Skip to content
Snippets Groups Projects
Commit 722a731c authored by tamaina's avatar tamaina
Browse files

chore: Increase displayLimit in about.federation.vue

https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238
parent 1d557089
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ let sort = $ref('+pubSub');
const pagination = {
endpoint: 'federation/instances' as const,
limit: 10,
displatLimit: 50,
offsetMode: true,
params: computed(() => ({
sort: sort,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment