diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-10-31 16:44:31 -0500 |
commit | 239e9239557d622b3638179a70cae9f8b4afb6f1 (patch) | |
tree | 375ee56afb9d5d361089b64d283d4f6fd0d60b97 /app/models | |
parent | bc080cc4bb2a3103f32d1da2631024bb75233700 (diff) |
Add lowercase mode
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index b401e3346..89c2489b3 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -122,7 +122,7 @@ class User < ApplicationRecord :disable_swiping, :default_content_type, :system_emoji_font, :manual_publish, :style_dashed_nest, :style_underline_a, :style_css_profile, :style_css_profile_errors, :style_css_webapp, :style_css_webapp_errors, - :style_wide_media, + :style_wide_media, :style_lowercase, :publish_in, :unpublish_in, :unpublish_delete, :boost_every, :boost_jitter, :boost_random, :unpublish_on_delete, :rss_disabled, :home_reblogs, :filter_unknown, :max_history_public, :max_history_private, :web_push, |