diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-17 21:50:18 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-19 00:57:39 +0200 |
commit | d83068016bbf230d4a6f767c9e57d254e1592f7c (patch) | |
tree | 209ab4e396b6d4a82f26c672a184bbcbd08cae5e /app/models | |
parent | e3c1472040105651fe55158b741c7ba92c1a7332 (diff) |
Allow turning keybase off instance-wide
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/form/admin_settings.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb index 83d303c33..f81776346 100644 --- a/app/models/form/admin_settings.rb +++ b/app/models/form/admin_settings.rb @@ -27,6 +27,7 @@ class Form::AdminSettings custom_css profile_directory hide_followers_count + enable_keybase flavour_and_skin thumbnail hero @@ -43,6 +44,7 @@ class Form::AdminSettings preview_sensitive_media profile_directory hide_followers_count + enable_keybase ).freeze UPLOAD_KEYS = %i( |