mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
api!: remove Chat.is_protected()
This commit is contained in:
@@ -1013,7 +1013,7 @@ impl TestContext {
|
||||
};
|
||||
writeln!(
|
||||
res,
|
||||
"{}#{}: {} [{}]{}{}{} {}",
|
||||
"{}#{}: {} [{}]{}{}{}",
|
||||
sel_chat.typ,
|
||||
sel_chat.get_id(),
|
||||
sel_chat.get_name(),
|
||||
@@ -1031,11 +1031,6 @@ impl TestContext {
|
||||
},
|
||||
_ => "".to_string(),
|
||||
},
|
||||
if sel_chat.is_protected() {
|
||||
"🛡️"
|
||||
} else {
|
||||
""
|
||||
},
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user