Add glitch-toc emoji_reaction support
This commit is contained in:
parent
fec0f7e009
commit
5a638a9551
16 changed files with 50 additions and 9 deletions
|
@ -84,6 +84,10 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
|||
max_reactions: EmojiReaction::EMOJI_REACTION_LIMIT,
|
||||
max_reactions_per_account: EmojiReaction::EMOJI_REACTION_PER_ACCOUNT_LIMIT,
|
||||
},
|
||||
|
||||
reactions: {
|
||||
max_reactions: EmojiReaction::EMOJI_REACTION_LIMIT,
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue