Fix pagination
This commit is contained in:
parent
32ab69fe0e
commit
18fa338d43
@ -540,7 +540,7 @@ const fetchTimeline = ({
|
|||||||
params.push(['with_move', withMove])
|
params.push(['with_move', withMove])
|
||||||
}
|
}
|
||||||
|
|
||||||
params.push(['count', 20])
|
params.push(['limit', 20])
|
||||||
params.push(['with_muted', withMuted])
|
params.push(['with_muted', withMuted])
|
||||||
|
|
||||||
const queryString = map(params, (param) => `${param[0]}=${param[1]}`).join('&')
|
const queryString = map(params, (param) => `${param[0]}=${param[1]}`).join('&')
|
||||||
|
Loading…
Reference in New Issue
Block a user