Skip to content
Snippets Groups Projects
Verified Commit d4128795 authored by Marie's avatar Marie
Browse files

fix: bubble state not working on federation page

parent c887e4cc
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
return [];
}
query.andWhere('instance.host IN (:...bubble)', {
silences: meta.bubbleInstances,
bubble: meta.bubbleInstances,
});
} else if (meta.bubbleInstances.length > 0) {
query.andWhere('instance.host NOT IN (:...bubble)', {
......
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