Add glitch-toc emoji_reaction support

This commit is contained in:
KMY 2023-05-15 08:09:22 +09:00
parent fec0f7e009
commit 5a638a9551
16 changed files with 50 additions and 9 deletions

View file

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