add/send info-message on protection changes

This commit is contained in:
B. Petersen
2020-10-04 13:47:29 +02:00
parent 49b5962568
commit 5e07a36cd2
5 changed files with 54 additions and 3 deletions

View File

@@ -233,6 +233,12 @@ pub enum StockMessage {
fallback = "Could not find your mail server.\n\nPlease check your internet connection."
))]
ErrorNoNetwork = 87,
#[strum(props(fallback = "Chat protection enabled."))]
ProtectionEnabled = 88,
#[strum(props(fallback = "Chat protection disabled."))]
ProtectionDisabled = 89,
}
/*