diff options
author | Daggertooth <dev@monsterpit.net> | 2018-04-15 01:49:19 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:20 -0500 |
commit | ae1576691f34b633c2a9162da848bedfab489acc (patch) | |
tree | 7c1bf5ba3e6bb9e3c5d820a123ecbbfe9e185313 | |
parent | 4df5e5c01c9d38741096f23cc0ab78005fdfdbc5 (diff) |
Confirm unfollows by default
-rw-r--r-- | config/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/settings.yml b/config/settings.yml index 4e1961634..a4c1b20c3 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -17,8 +17,8 @@ defaults: &defaults min_invite_role: 'admin' show_staff_badge: true default_sensitive: false - hide_network: false - unfollow_modal: false + hide_network: true + unfollow_modal: true boost_modal: false favourite_modal: false delete_modal: true |