spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.49k stars 250 forks source link

Fix sort order when using ?around #1155

Closed DEVTomatoCake closed 4 months ago

DEVTomatoCake commented 4 months ago

Currently, when using api/v9/channels/:id/messages?around=:id, it's (correctly) returning the messages before the specified message ID.

However, the messages after it are sorted in the wrong order to be filtered correctly, so it's always returning the most recent messages.