Make prepending “re: ” to CWs on reply optional

This commit is contained in:
Thibaut Girka
2020-01-07 18:11:50 +01:00
committed by ThibG
parent 9871466958
commit 180f138394
4 changed files with 12 additions and 1 deletions

View File

@ -17,6 +17,7 @@ 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,
inline_preview_cards: true,
hicolor_privacy_icons: false,