mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
Fix follow requests pagination bug
https://astolfo.social/notes/9jeibgm1wyfk9oha
This commit is contained in:
parent
80db27d3d8
commit
90eabd4816
@ -96,6 +96,7 @@ const paginationComponent = ref<InstanceType<typeof MkPagination>>();
|
|||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: "following/requests/list" as const,
|
endpoint: "following/requests/list" as const,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
|
noPaging: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
function accept(user) {
|
function accept(user) {
|
||||||
|
Loading…
Reference in New Issue
Block a user