From 5ed747fa8888927d6643bce65bc95a4859762a92 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 19 Jan 2023 16:30:38 -0800 Subject: [PATCH] Revert "potential fix" This reverts commit d12ebc3422e6616c4da2ffc7a3dca7f684600624. --- packages/client/src/pages/messaging/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },