Harden private media migration compatibility

This commit is contained in:
jack
2026-07-26 02:09:31 +02:00
committed by jack
parent a31cd80027
commit 40238c5e43
31 changed files with 2703 additions and 120 deletions
@@ -266,6 +266,9 @@ private final class TestIdentityManager: SecureIdentityStateManagerProtocol {
verified.removeAll()
}
func markPrivateMediaCapable(fingerprint: String) {}
func hasObservedPrivateMediaCapability(fingerprint: String) -> Bool { false }
func removeEphemeralSession(peerID: PeerID) {}
func setVerified(fingerprint: String, verified: Bool) {