potential fix

This commit is contained in:
cutestnekoaqua 2023-01-18 21:35:38 +01:00
parent e00af483b1
commit d12ebc3422
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 2 additions and 2 deletions

View File

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