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

@@ -1920,11 +1920,6 @@ impl Chat {
Ok(is_encrypted)
}
/// Deprecated 2025-07. Returns false.
pub fn is_protection_broken(&self) -> bool {
false
}
/// Returns true if location streaming is enabled in the chat.
pub fn is_sending_locations(&self) -> bool {
self.is_sending_locations