Skip to content

Commit 703918b

Browse files
committed
Fix broken MXCrypto stub
1 parent 4ce13d2 commit 703918b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MatrixSDKTests/Crypto/CryptoMachine/MXCryptoProtocolStubs.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ class CryptoCrossSigningStub: CryptoIdentityStub, MXCryptoCrossSigning {
163163
func dehydratedDevices() -> DehydratedDevicesProtocol {
164164
fatalError()
165165
}
166+
167+
func queryMissingSecretsFromOtherSessions() async throws {
168+
169+
}
166170
}
167171

168172
class CryptoVerificationStub: CryptoIdentityStub {

0 commit comments

Comments
 (0)