mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
Correct comment
This commit is contained in:
@@ -163,10 +163,10 @@ pub enum SystemMessage {
|
|||||||
/// Chat ephemeral message timer is changed.
|
/// Chat ephemeral message timer is changed.
|
||||||
EphemeralTimerChanged = 10,
|
EphemeralTimerChanged = 10,
|
||||||
|
|
||||||
/// Chat protection is enabled.
|
/// "Messages are guaranteed to be end-to-end encrypted from now on."
|
||||||
ChatProtectionEnabled = 11,
|
ChatProtectionEnabled = 11,
|
||||||
|
|
||||||
/// Chat protection is disabled.
|
/// "%1$s sent a message from another device."
|
||||||
ChatProtectionDisabled = 12,
|
ChatProtectionDisabled = 12,
|
||||||
|
|
||||||
/// Self-sent-message that contains only json used for multi-device-sync;
|
/// Self-sent-message that contains only json used for multi-device-sync;
|
||||||
|
|||||||
Reference in New Issue
Block a user