Message.send: Add promise to array for consistency
FREEBIE
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
if (result instanceof Error) {
|
||||
this.saveErrors(result);
|
||||
if (result.name === 'SignedPreKeyRotationError') {
|
||||
return getAccountManager().rotateSignedPreKey();
|
||||
promises.push(getAccountManager().rotateSignedPreKey());
|
||||
}
|
||||
else if (result.name === 'OutgoingIdentityKeyError' && result.identityKey) {
|
||||
promises.push(textsecure.storage.protocol.saveIdentity(
|
||||
|
Reference in New Issue
Block a user