Skip to content

Commit

Permalink
feat(frontend): Do not display blocked instances on the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsplwe authored Dec 26, 2024
1 parent 3c81926 commit 0276e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/pages/welcome.entrance.a.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function getInstanceIcon(instance: Misskey.entities.FederationInstance): string
misskeyApiGet('federation/instances', {
sort: '+pubSub',
limit: 20,
blocked: 'false'
}).then(_instances => {
instances.value = _instances;
});
Expand Down

0 comments on commit 0276e96

Please sign in to comment.