Fix build break.

This commit is contained in:
Matthew Chen 2021-09-08 18:01:38 -03:00 committed by Michelle Linington
parent 4c8ddf0b04
commit 6d864dc78c

View File

@ -54,7 +54,7 @@ class MockClient: NSObject {
self.identityKeyPair = IdentityKeyPair.generate()
let protocolStore = InMemorySignalProtocolStore(identity: identityKeyPair,
deviceId: UInt32(bitPattern: deviceId))
registrationId: UInt32(registrationId))
sessionStore = protocolStore
preKeyStore = protocolStore