Skip to content
Snippets Groups Projects
Commit a676b0ee authored by dakkar's avatar dakkar
Browse files

paginate in offset mode when querying emoji - fixes #490

since the backend sorts emojis by name length when a query is present,
the normal pagination with `sinceId` / `untilId` would not work
reliably

`offsetMode` is better in this case, although it will produce
non-stable results if custom emojis that match the query are added or
removed while we paginate
parent 9d911963
No related branches found
No related tags found
Loading
Pipeline #574 failed with stage
in 1 minute and 11 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment