potential fix

This commit is contained in:
cutestnekoaqua 2023-01-18 21:35:38 +01:00
parent 33f7e093e9
commit aee954e087

View file

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