api!: remove deprecated is_protection_broken

This commit is contained in:
link2xt
2025-08-17 03:33:25 +00:00
committed by l
parent 7da8489635
commit a9aad497fc
6 changed files with 1 additions and 45 deletions

View File

@@ -881,7 +881,6 @@ async fn assert_verified(this: &TestContext, other: &TestContext, protected: Pro
chat.is_protected(),
protected == ProtectionStatus::Protected
);
assert_eq!(chat.is_protection_broken(), false);
}
async fn enable_verified_oneonone_chats(test_contexts: &[&TestContext]) {