diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-10 23:04:14 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-10 23:04:14 -0600 |
commit | 0f1532aee098049b17ad6b7ecb1d083c856f1d64 (patch) | |
tree | 75629111cd2530dc2cfa66ea2c474e9ed14d1581 /app/controllers | |
parent | ce72d574879b95bd3da5959062d04037945f292f (diff) |
add option for changing the monsterfork api exposure level, defaulting to `full` - if this gives your app indigestion change it to back to `basic` in preferences
Diffstat (limited to 'app/controllers')
-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 ce3c84f77..2e364bbc8 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -51,6 +51,7 @@ class Settings::PreferencesController < Settings::BaseController :filter_undescribed, :invert_filters, :filter_timelines_only, + :monsterpit_api, chosen_languages: [] ) end |