Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love

discord instant-messaging real-time-communication spacebarchat
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The Spacebar server project needs a fix for its `/channels/:channel_id/messages/:message_id/reactions/:emoji` endpoint. Currently, it ignores the `limit` parameter when fetching reactions, sending too many. The task involves adding support for the `limit` parameter to restrict the number of reactions returned, aligning with the expected behavior of limiting the response to the specified amount. This requires modifying the API server code to correctly handle the `limit` parameter and potentially updating the documentation.

Complexity: 4/5
Good first issue

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love

TypeScript
#discord#instant-messaging#real-time-communication#spacebarchat