forked from AkkomaGang/akkoma-fe
Fix pagination
This commit is contained in:
parent
32ab69fe0e
commit
18fa338d43
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ const fetchTimeline = ({
|
|||
params.push(['with_move', withMove])
|
||||
}
|
||||
|
||||
params.push(['count', 20])
|
||||
params.push(['limit', 20])
|
||||
params.push(['with_muted', withMuted])
|
||||
|
||||
const queryString = map(params, (param) => `${param[0]}=${param[1]}`).join('&')
|
||||
|
|
Loading…
Reference in a new issue