mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-03 13:33:32 -05:00
[Glitch] Fix WebUI erroneously stopping to offer expanding search results after second page
Port 68bfa7ae3f742b343c98a28526bfecace4d243dd to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
cef665788a
commit
b9a32b0003
@ -56,7 +56,7 @@ export const expandSearch = createDataLoadingThunk(
|
|||||||
return apiGetSearch({
|
return apiGetSearch({
|
||||||
q,
|
q,
|
||||||
type,
|
type,
|
||||||
limit: 11,
|
limit: 10,
|
||||||
offset,
|
offset,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user