Merge pull request #122 from RyanRory/fix-multi-device-session-out-of-sync

fix multi device session out of sync
pull/124/head
gmbnt 6 years ago committed by GitHub
commit c97ec0699f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -431,7 +431,7 @@ NSError *EnsureDecryptError(NSError *_Nullable error, NSString *fallbackErrorDes
sessionStore:self.primaryStorage sessionStore:self.primaryStorage
preKeyStore:self.primaryStorage preKeyStore:self.primaryStorage
signedPreKeyStore:self.primaryStorage signedPreKeyStore:self.primaryStorage
identityKeyStore:self.primaryStorage identityKeyStore:self.identityManager
recipientID:recipientId recipientID:recipientId
deviceID:deviceId]; deviceID:deviceId];

Loading…
Cancel
Save