Revert "potential fix"

This reverts commit d12ebc3422e6616c4da2ffc7a3dca7f684600624.
This commit is contained in:
ThatOneCalculator 2023-01-19 16:30:38 -08:00
parent 1131be59bf
commit 475e14c90b

View file

@ -89,14 +89,14 @@ definePageMetadata({
const dmsPagination = { const dmsPagination = {
endpoint: 'messaging/history' as const, endpoint: 'messaging/history' as const,
limit: 100, limit: 15,
params: { params: {
group: false, group: false,
}, },
}; };
const groupsPagination = { const groupsPagination = {
endpoint: 'messaging/history' as const, endpoint: 'messaging/history' as const,
limit: 30, limit: 5,
params: { params: {
group: true, group: true,
}, },