Fix Misskey API requesting renotes

This commit is contained in:
Natty 2024-05-17 13:26:04 +02:00
parent 50ce48eae3
commit 5ae5c2f8d6
No known key found for this signature in database
GPG key ID: BF6CB659ADEE60EC

View file

@ -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
}
});