diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-05-13 14:42:39 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-05-17 23:51:14 +0200 |
commit | a6b7c23f6fd33c209f83562fffb46211e062312e (patch) | |
tree | a3181ff040f41b6b16de7a8441bc55bdd266d907 /app/controllers/settings | |
parent | 0be93820f344fafc8618febde149e9c63d1ba5d4 (diff) |
Add option for default toot content-type
Diffstat (limited to 'app/controllers/settings')
-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 eb7a0eb4a..3d98d583c 100644 --- a/app/controllers/settings/preferences_controller.rb +++ b/app/controllers/settings/preferences_controller.rb @@ -46,6 +46,7 @@ class Settings::PreferencesController < Settings::BaseController :setting_hide_followers_count, :setting_aggregate_reblogs, :setting_show_application, + :setting_default_content_type, notification_emails: %i(follow follow_request reblog favourite mention digest report pending_account), interactions: %i(must_be_follower must_be_following) ) |