Fix messaging pagination and scrolling

This commit is contained in:
MartinBraquet
2026-03-07 15:40:51 +01:00
parent cb9dd51afc
commit 3a0712c193
5 changed files with 91 additions and 57 deletions

View File

@@ -866,6 +866,7 @@ export const API = (_apiTypeCheck = {
channelId: z.coerce.number(),
limit: z.coerce.number(),
id: z.coerce.number().optional(),
beforeId: z.coerce.number().optional(),
}),
returns: [] as PrivateChatMessage[],
summary: 'Retrieve messages for a private channel',