fix: bubble value in federation
This commit is contained in:
parent
a1a57889fc
commit
1f0c6adc68
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const pagination = {
|
||||||
state.value === 'silenced' ? { silenced: true } :
|
state.value === 'silenced' ? { silenced: true } :
|
||||||
state.value === 'notResponding' ? { notResponding: true } :
|
state.value === 'notResponding' ? { notResponding: true } :
|
||||||
state.value === 'nsfw' ? { nsfw: true } :
|
state.value === 'nsfw' ? { nsfw: true } :
|
||||||
state.value === 'bubble' ? { nsfw: true } :
|
state.value === 'bubble' ? { bubble: true } :
|
||||||
{}),
|
{}),
|
||||||
})),
|
})),
|
||||||
} as Paging;
|
} as Paging;
|
||||||
|
|
Loading…
Reference in a new issue