Add unfollow modal (optional) (#4246)
* Add unfollow modal * unfollowing someone * remove unnecessary prop
This commit is contained in:
parent
89b988cab5
commit
3267e4a785
43 changed files with 146 additions and 5 deletions
|
@ -35,6 +35,7 @@ class Settings::PreferencesController < ApplicationController
|
|||
params.require(:user).permit(
|
||||
:setting_default_privacy,
|
||||
:setting_default_sensitive,
|
||||
:setting_unfollow_modal,
|
||||
:setting_boost_modal,
|
||||
:setting_delete_modal,
|
||||
:setting_auto_play_gif,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue