Closed DEVTomatoCake closed 4 months ago
Currently, when using api/v9/channels/:id/messages?around=:id, it's (correctly) returning the messages before the specified message ID.
api/v9/channels/:id/messages?around=: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.
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.