server
server copied to clipboard
Server sends too many reactions (ignoring `limit` argument)
Describe the bug
When a user hovers over the reactions of a message, we should fetch the first 3. Only when 363 others is pressed should it fetch the full list.
Image for context:
Expected behavior
- Expect that when a
limitargument is provided toGET /channels/:channel_id/messages/:message_id/reactions/:emojiit limits the response to thelimitamount.- Currently the route doesn't accept limit as a path parameter.
Additional context
- Fermi has an inline bug report for this here.
This could be a "Good first issue"