Add media_expand setting

This commit is contained in:
KMY 2023-04-07 21:36:35 +09:00
parent dc4dca177e
commit 8719715e27
9 changed files with 22 additions and 4 deletions

View file

@ -134,7 +134,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, :display_media,
:reduce_motion, :system_font_ui, :noindex, :theme, :display_media, :display_media_expand,
:expand_spoilers, :default_language, :aggregate_reblogs, :show_application,
:advanced_layout, :use_blurhash, :use_pending_items, :trends, :crop_images,
:disable_swiping, :always_send_emails,