diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 1966f29690..79cb1f7313 100644 --- a/packages/client/src/pages/messaging/index.vue +++ b/packages/client/src/pages/messaging/index.vue @@ -89,14 +89,14 @@ definePageMetadata({ const dmsPagination = { endpoint: 'messaging/history' as const, - limit: 15, + limit: 100, params: { group: false, }, }; const groupsPagination = { endpoint: 'messaging/history' as const, - limit: 5, + limit: 30, params: { group: true, },