mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
replace chat.is_verified() by chat.is_protected()
This commit is contained in:
@@ -1731,7 +1731,7 @@ async fn check_verified_properties(
|
||||
}
|
||||
if !is_verified {
|
||||
bail!(
|
||||
"{} is not a member of this verified group",
|
||||
"{} is not a member of this protected chat",
|
||||
to_addr.to_string()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user