mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 09:26:30 +03:00
add/send info-message on protection changes
This commit is contained in:
@@ -86,6 +86,10 @@ pub enum SystemMessage {
|
||||
|
||||
/// Chat ephemeral message timer is changed.
|
||||
EphemeralTimerChanged = 10,
|
||||
|
||||
// Chat protection state changed
|
||||
ChatProtectionEnabled = 11,
|
||||
ChatProtectionDisabled = 12,
|
||||
}
|
||||
|
||||
impl Default for SystemMessage {
|
||||
|
||||
Reference in New Issue
Block a user