Add enable_emoji_reaction setting
This commit is contained in:
parent
181cff6810
commit
2be77df3aa
9 changed files with 36 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue