parent
c821f03b62
commit
5ed747fa88
|
@ -89,14 +89,14 @@ definePageMetadata({
|
||||||
|
|
||||||
const dmsPagination = {
|
const dmsPagination = {
|
||||||
endpoint: 'messaging/history' as const,
|
endpoint: 'messaging/history' as const,
|
||||||
limit: 100,
|
limit: 15,
|
||||||
params: {
|
params: {
|
||||||
group: false,
|
group: false,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const groupsPagination = {
|
const groupsPagination = {
|
||||||
endpoint: 'messaging/history' as const,
|
endpoint: 'messaging/history' as const,
|
||||||
limit: 30,
|
limit: 5,
|
||||||
params: {
|
params: {
|
||||||
group: true,
|
group: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue