fix: bubble value in federation

This commit is contained in:
Marie 2024-01-02 13:37:31 +01:00
parent a1a57889fc
commit 1f0c6adc68
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -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;