parent
ff2860d0df
commit
d89e1114bb
11 changed files with 123 additions and 2 deletions
|
@ -63,6 +63,8 @@ class Form::AdminSettings
|
|||
emoji_reaction_disallow_domains
|
||||
block_unfollow_account_mention
|
||||
hold_remote_new_accounts
|
||||
stop_fetch_activity_domains
|
||||
stop_link_preview_domains
|
||||
).freeze
|
||||
|
||||
INTEGER_KEYS = %i(
|
||||
|
@ -120,6 +122,8 @@ class Form::AdminSettings
|
|||
|
||||
STRING_ARRAY_KEYS = %i(
|
||||
emoji_reaction_disallow_domains
|
||||
stop_fetch_activity_domains
|
||||
stop_link_preview_domains
|
||||
).freeze
|
||||
|
||||
attr_accessor(*KEYS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue