Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocuri committed Nov 11, 2023
1 parent 39801ac commit 8c2c323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mimeparser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c2c323

Please sign in to comment.