docs: do not refer to is_chat_protected()

is_chat_protected() does not exist anymore.
This commit is contained in:
link2xt
2026-08-11 10:22:14 +00:00
committed by l
parent 9f5fbcdcae
commit 998892395a

View File

@@ -1692,8 +1692,6 @@ WHERE addr=?
/// in contact list items and /// in contact list items and
/// in chat member list items. /// in chat member list items.
/// ///
/// In contact profile view, use this function only if there is no chat with the contact,
/// otherwise use is_chat_protected().
/// Use [Self::get_verifier_id] to display the verifier contact /// Use [Self::get_verifier_id] to display the verifier contact
/// in the info section of the contact profile. /// in the info section of the contact profile.
pub async fn is_verified(&self, context: &Context) -> Result<bool> { pub async fn is_verified(&self, context: &Context) -> Result<bool> {