fix: follow requests pagination looping bug

https://astolfo.social/notes/9jeibgm1wyfk9oha
This commit is contained in:
Natty 2023-09-09 18:33:18 +09:00 committed by naskya
parent 91590b2e52
commit 81c97b3749
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -95,6 +95,7 @@ const paginationComponent = ref<InstanceType<typeof MkPagination>>();
const pagination = {
endpoint: "following/requests/list" as const,
limit: 10,
noPaging: true,
};
function accept(user) {