diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-18 02:43:47 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-18 02:43:47 -0600 |
commit | e4633a1150450396157640f5262393bb52db280b (patch) | |
tree | 4d5666c64f9e502b84700983275553c1d9030428 /app/controllers/settings/preferences_controller.rb | |
parent | 0f3b01eaab82325baaf1c7a4c75a322d3c21a67f (diff) |
move defang toggle to preferences instead of profile
Diffstat (limited to 'app/controllers/settings/preferences_controller.rb')
-rw-r--r-- | app/controllers/settings/preferences_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/preferences_controller.rb b/app/controllers/settings/preferences_controller.rb index 6e3f22d7a..c64ae9ab7 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -55,6 +55,7 @@ class Settings::PreferencesController < Settings::BaseController :filter_timelines_only, :monsterpit_api, :allow_unknown_follows, + :defanged, chosen_languages: [] ) end |