about summary refs log tree commit diff
path: root/app/controllers
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-06-26 19:33:04 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-06-26 19:33:04 +0200
commit3086c645fde2345d34e401bdf3e2f19f19da3294 (patch)
treeed008141ad3a2b7757c1b70d69419082ac3d4537 /app/controllers
parent915c619394165a114a4ab316165aecac3386cf2f (diff)
Add option to disable blurhash previews (#11188)
* Add option to disable blurhash previews

* Update option text

* Change options order
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/settings/preferences_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb
index 110debd6e..0a5c14cca 100644
--- a/app/controllers/settings/preferences_controller.rb
+++ b/app/controllers/settings/preferences_controller.rb
@@ -54,6 +54,7 @@ class Settings::PreferencesController < Settings::BaseController
       :setting_aggregate_reblogs,
       :setting_show_application,
       :setting_advanced_layout,
+      :setting_use_blurhash,
       notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account),
       interactions: %i(must_be_follower must_be_following must_be_following_dm)
     )