Add: #446 スタンプ上限の設定を、ローカルユーザー向けと外部サーバーユーザー向けのものに分ける (#553)

This commit is contained in:
KMY(雪あすか) 2024-02-15 12:53:11 +09:00 committed by GitHub
parent a51da9243e
commit 8a29aef842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View file

@ -92,6 +92,7 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
emoji_reactions: {
max_reactions: EmojiReaction::EMOJI_REACTION_LIMIT,
max_reactions_per_account: EmojiReaction::EMOJI_REACTION_PER_ACCOUNT_LIMIT,
max_reactions_per_remote_account: EmojiReaction::EMOJI_REACTION_PER_REMOTE_ACCOUNT_LIMIT,
},
reaction_deck: {