Message.send: Add promise to array for consistency
FREEBIE
This commit is contained in:
parent
4ee4ad80c3
commit
78094102bd
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
||||||
if (result instanceof Error) {
|
if (result instanceof Error) {
|
||||||
this.saveErrors(result);
|
this.saveErrors(result);
|
||||||
if (result.name === 'SignedPreKeyRotationError') {
|
if (result.name === 'SignedPreKeyRotationError') {
|
||||||
return getAccountManager().rotateSignedPreKey();
|
promises.push(getAccountManager().rotateSignedPreKey());
|
||||||
}
|
}
|
||||||
else if (result.name === 'OutgoingIdentityKeyError' && result.identityKey) {
|
else if (result.name === 'OutgoingIdentityKeyError' && result.identityKey) {
|
||||||
promises.push(textsecure.storage.protocol.saveIdentity(
|
promises.push(textsecure.storage.protocol.saveIdentity(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue