Remove setting for unfollow confirmation modal, and make it unconditional (#29373)
This commit is contained in:
parent
119c7aa0df
commit
37ca59815c
8 changed files with 46 additions and 77 deletions
|
@ -27,10 +27,6 @@ module User::HasSettings
|
|||
settings['default_sensitive']
|
||||
end
|
||||
|
||||
def setting_unfollow_modal
|
||||
settings['web.unfollow_modal']
|
||||
end
|
||||
|
||||
def setting_boost_modal
|
||||
settings['web.reblog_modal']
|
||||
end
|
||||
|
|
|
@ -27,7 +27,6 @@ class UserSettings
|
|||
setting :disable_swiping, default: false
|
||||
setting :delete_modal, default: true
|
||||
setting :reblog_modal, default: false
|
||||
setting :unfollow_modal, default: true
|
||||
setting :reduce_motion, default: false
|
||||
setting :expand_content_warnings, default: false
|
||||
setting :display_media, default: 'default', in: %w(default show_all hide_all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue