Add fedibird capabiliies support
This commit is contained in:
parent
bb665eb942
commit
d5b8351364
2 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
|||
def fedibird_capabilities
|
||||
capabilities = [
|
||||
:emoji_reaction,
|
||||
:visibility_public_unlisted
|
||||
]
|
||||
|
||||
capabilities << :profile_search unless Chewy.enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue