local_settings.js: Allow to pick a content-type by default

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-06-27 01:49:18 +02:00
parent ed8d251cb7
commit c7155a8c13
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -21,7 +21,7 @@ const initialState = ImmutableMap({
preselect_on_reply: true,
inline_preview_cards: true,
hicolor_privacy_icons: false,
show_content_type_choice: false,
show_content_type_choice: true,
filtering_behavior: 'hide',
tag_misleading_links: true,
rewrite_mentions: 'no',