Update libtextsecure/message_receiver.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
pull/430/head
sachaaaaa 6 years ago committed by GitHub
parent c7dc79e7f9
commit 8ef54890b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1134,7 +1134,7 @@ MessageReceiver.prototype.extend({
}
},
async handleAuthorisationForContact(pairingAuthorisation) {
const valid = this.validateAuthorisation(pairingAuthorisation);
const valid = await this.validateAuthorisation(pairingAuthorisation);
if (!valid) {
return;
}

Loading…
Cancel
Save