fix: bubble value in federation
This commit is contained in:
parent
a1a57889fc
commit
1f0c6adc68
|
@ -81,7 +81,7 @@ const pagination = {
|
|||
state.value === 'silenced' ? { silenced: true } :
|
||||
state.value === 'notResponding' ? { notResponding: true } :
|
||||
state.value === 'nsfw' ? { nsfw: true } :
|
||||
state.value === 'bubble' ? { nsfw: true } :
|
||||
state.value === 'bubble' ? { bubble: true } :
|
||||
{}),
|
||||
})),
|
||||
} as Paging;
|
||||
|
|
Loading…
Reference in New Issue