From 998892395a498515b72131d726cfc5cd3d74cecc Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 11 Aug 2026 10:22:14 +0000 Subject: [PATCH] docs: do not refer to is_chat_protected() is_chat_protected() does not exist anymore. --- src/contact.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/contact.rs b/src/contact.rs index 728c5ed49..f60b9969b 100644 --- a/src/contact.rs +++ b/src/contact.rs @@ -1692,8 +1692,6 @@ WHERE addr=? /// in contact list items and /// 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 /// in the info section of the contact profile. pub async fn is_verified(&self, context: &Context) -> Result {