mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
api!: remove deprecated is_protection_broken
This commit is contained in:
@@ -422,7 +422,7 @@ pub enum Config {
|
||||
/// Regardless of this setting, `chat.is_protected()` returns true while the key is verified,
|
||||
/// and when the key changes, an info message is posted into the chat.
|
||||
/// 0=Nothing else happens when the key changes.
|
||||
/// 1=After the key changed, `can_send()` returns false and `is_protection_broken()` returns true
|
||||
/// 1=After the key changed, `can_send()` returns false
|
||||
/// until `chat_id.accept()` is called.
|
||||
#[strum(props(default = "0"))]
|
||||
VerifiedOneOnOneChats,
|
||||
|
||||
Reference in New Issue
Block a user