fix: bubble state not working on federation page
This commit is contained in:
parent
c887e4cccb
commit
d412879560
1 changed files with 1 additions and 1 deletions
|
@ -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)', {
|
||||
|
|
Loading…
Reference in a new issue