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 = {
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,
},