misskey: fetch 100 notes at a time

This commit is contained in:
codl 2022-02-27 00:25:25 +01:00
parent 21eff570a0
commit 1cade39fb9
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def fetch_posts(acc, max_id, since_id):
check_auth(acc, app, session)
kwargs = dict(
limit=40,
limit=100,
userId=acc.misskey_id,
# for some reason the token is needed so misskey also sends `myReaction`
i=acc.tokens[0].token