This commit is contained in:
Ryan ZHAO 2020-02-25 15:47:43 +11:00
parent e0ef9aac66
commit af913305b0
1 changed files with 1 additions and 1 deletions

View File

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