Skip to content
Snippets Groups Projects
Unverified Commit bb445726 authored by Rsplwe's avatar Rsplwe Committed by GitHub
Browse files

feat(frontend): Do not display blocked instances on the welcome page (#15178)

parent 55713fcd
No related branches found
No related tags found
2 merge requests!9272025.2.2,!886Merge upstream 2025.2.0
......@@ -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;
});
......
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