Add enable_emoji_reaction setting

This commit is contained in:
KMY 2023-09-13 08:57:47 +09:00
parent 181cff6810
commit 2be77df3aa
9 changed files with 36 additions and 10 deletions

View file

@ -168,6 +168,6 @@ class REST::AccountSerializer < ActiveModel::Serializer
end
def other_settings
object.suspended? ? {} : object.public_settings
object.suspended? ? {} : object.public_settings_for_local
end
end