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
|
@ -17,7 +17,6 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
|
||||
if object.current_account
|
||||
store[:me] = object.current_account.id.to_s
|
||||
store[:unfollow_modal] = object_account_user.setting_unfollow_modal
|
||||
store[:boost_modal] = object_account_user.setting_boost_modal
|
||||
store[:delete_modal] = object_account_user.setting_delete_modal
|
||||
store[:auto_play_gif] = object_account_user.setting_auto_play_gif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue