mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-27 02:51:18 -04:00
Fix messaging pagination and scrolling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user