Update default local-settings
This commit is contained in:
parent
e6fd0de840
commit
d7254bd332
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ const initialState = ImmutableMap({
|
|||
confirm_missing_media_description: false,
|
||||
confirm_boost_missing_media_description: false,
|
||||
confirm_before_clearing_draft: true,
|
||||
prepend_cw_re: true,
|
||||
preselect_on_reply: true,
|
||||
prepend_cw_re: false,
|
||||
preselect_on_reply: false,
|
||||
inline_preview_cards: true,
|
||||
hicolor_privacy_icons: false,
|
||||
show_content_type_choice: false,
|
||||
|
@ -30,7 +30,7 @@ const initialState = ImmutableMap({
|
|||
enabled : true,
|
||||
auto : ImmutableMap({
|
||||
all : false,
|
||||
notifications : true,
|
||||
notifications : false,
|
||||
lengthy : true,
|
||||
reblogs : false,
|
||||
replies : false,
|
||||
|
|
Loading…
Reference in a new issue