diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 79cb1f7313..1966f29690 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: 100, + limit: 15, params: { group: false, }, }; const groupsPagination = { endpoint: 'messaging/history' as const, - limit: 30, + limit: 5, params: { group: true, },