~cytrogen/masto-fe

12b9cd33dbcabeb9860160ba1c9554208866487f — Ittihadyya 6 months ago a64fc62
make defaults sensible
1 files changed, 2 insertions(+), 2 deletions(-)

M app/javascript/flavours/glitch/reducers/local_settings.js
M app/javascript/flavours/glitch/reducers/local_settings.js => app/javascript/flavours/glitch/reducers/local_settings.js +2 -2
@@ 22,9 22,9 @@ const initialState = ImmutableMap({
  show_content_type_choice: true,
  tag_misleading_links: true,
  rewrite_mentions: 'no',
  confirm_unfollow: false,
  confirm_unfollow: true,
  confirm_boost: false,
  confirm_deletion: false,
  confirm_deletion: true,
  content_warnings : ImmutableMap({
    auto_unfold  : false,
    filter       : null,