Quick message patch

This commit is contained in:
Alois 2026-04-04 23:29:02 +02:00
commit 633e2dcd83
2 changed files with 4 additions and 2 deletions

View file

@ -10,4 +10,4 @@ export type LiveMessage = RawMessage & {
localId: string;
};
export const PAGE_SIZE = 25;
export const PAGE_SIZE = 50;