* Change: #322 `fedibird_capabilities`から`profile_search`を削除 * v1にも追加
This commit is contained in:
parent
f3120a8e90
commit
fb6e125917
4 changed files with 13 additions and 2 deletions
|
@ -100,6 +100,11 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
|
|||
reactions: {
|
||||
max_reactions: EmojiReaction::EMOJI_REACTION_PER_ACCOUNT_LIMIT,
|
||||
},
|
||||
|
||||
# https://github.com/mastodon/mastodon/pull/27009
|
||||
search: {
|
||||
enabled: Chewy.enabled?,
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue