change default for bcc_self, preserve values for existing installations

This commit is contained in:
B. Petersen
2019-11-11 22:55:19 +01:00
committed by holger krekel
parent 85b4817a1e
commit dabd431b1f
2 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ pub enum Config {
Displayname,
Selfstatus,
Selfavatar,
#[strum(props(default = "1"))]
#[strum(props(default = "0"))]
BccSelf,
#[strum(props(default = "1"))]
E2eeEnabled,