mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-21 10:37:26 -07:00
Fix Misskey API requesting renotes
This commit is contained in:
parent
50ce48eae3
commit
5ae5c2f8d6
1 changed files with 4 additions and 2 deletions
|
@ -741,8 +741,10 @@ class MisskeyApiClient extends ApiClient {
|
|||
body: {
|
||||
userId: user.id,
|
||||
limit: this._CNT_NOTES,
|
||||
reply: false,
|
||||
renote: false,
|
||||
withReplies: false,
|
||||
withRenotes: false,
|
||||
includeReplies: false,
|
||||
includeMyRenotes: false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue