mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
potential fix
This commit is contained in:
parent
33f7e093e9
commit
aee954e087
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user