Add antenna to fedibird_capabilities
This commit is contained in:
parent
21e590c02b
commit
c090f21532
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
||||||
:kmyblue_visibility_login,
|
:kmyblue_visibility_login,
|
||||||
:status_reference,
|
:status_reference,
|
||||||
:visibility_mutual,
|
:visibility_mutual,
|
||||||
|
:kmyblue_antenna,
|
||||||
]
|
]
|
||||||
|
|
||||||
capabilities << :profile_search unless Chewy.enabled?
|
capabilities << :profile_search unless Chewy.enabled?
|
||||||
|
|
|
@ -129,6 +129,7 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
|
||||||
:status_reference,
|
:status_reference,
|
||||||
:visibility_mutual,
|
:visibility_mutual,
|
||||||
:kmyblue_limited_scope,
|
:kmyblue_limited_scope,
|
||||||
|
:kmyblue_antenna,
|
||||||
]
|
]
|
||||||
|
|
||||||
capabilities << :profile_search unless Chewy.enabled?
|
capabilities << :profile_search unless Chewy.enabled?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue