Merge branch 'fix-pagination' into 'develop'

Fix pagination

See merge request pleroma/pleroma-fe!1089
This commit is contained in:
Shpuld Shpludson 2020-04-14 16:57:42 +00:00
commit ac9985aedb
1 changed files with 1 additions and 1 deletions

View File

@ -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('&')