mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
potential fix
This commit is contained in:
parent
33f7e093e9
commit
aee954e087
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue