Add receive_other_servers_emoji_reaction setting
This commit is contained in:
parent
503a24967d
commit
8c437a4332
6 changed files with 13 additions and 1 deletions
|
@ -42,6 +42,7 @@ class Form::AdminSettings
|
|||
sensitive_words
|
||||
sensitive_words_for_full
|
||||
authorized_fetch
|
||||
receive_other_servers_emoji_reaction
|
||||
).freeze
|
||||
|
||||
INTEGER_KEYS = %i(
|
||||
|
@ -65,6 +66,7 @@ class Form::AdminSettings
|
|||
captcha_enabled
|
||||
hide_local_users_for_anonymous
|
||||
authorized_fetch
|
||||
receive_other_servers_emoji_reaction
|
||||
).freeze
|
||||
|
||||
UPLOAD_KEYS = %i(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue