Add preference to always display sensitive media (#6448)
This commit is contained in:
@ -84,7 +84,7 @@ class User < ApplicationRecord
|
||||
has_many :session_activations, dependent: :destroy
|
||||
|
||||
delegate :auto_play_gif, :default_sensitive, :unfollow_modal, :boost_modal, :delete_modal,
|
||||
:reduce_motion, :system_font_ui, :noindex, :theme,
|
||||
:reduce_motion, :system_font_ui, :noindex, :theme, :display_sensitive_media,
|
||||
to: :settings, prefix: :setting, allow_nil: false
|
||||
|
||||
attr_accessor :invite_code
|
||||
|
Reference in New Issue
Block a user