From e4b6eba5d7a494a410839b867bff40dba5b5d03b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Sat, 11 Nov 2023 10:42:06 +0100 Subject: [PATCH] Correct comment --- src/mimeparser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mimeparser.rs b/src/mimeparser.rs index 655e0a23f..7bf7bd431 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -163,10 +163,10 @@ pub enum SystemMessage { /// Chat ephemeral message timer is changed. EphemeralTimerChanged = 10, - /// Chat protection is enabled. + /// "Messages are guaranteed to be end-to-end encrypted from now on." ChatProtectionEnabled = 11, - /// Chat protection is disabled. + /// "%1$s sent a message from another device." ChatProtectionDisabled = 12, /// Self-sent-message that contains only json used for multi-device-sync;