Update js/signal_protocol_store.js

Co-Authored-By: BeaudanBrown <beau@loki.network>
pull/75/head
sachaaaaa 6 years ago committed by GitHub
parent 1e3886cca8
commit 12d69244e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,7 +183,7 @@
window.log.error('Failed to fetch prekey:', keyId);
return undefined;
},
async loadPreKeyForContact (contactPubKey) {
async loadPreKeyForContact(contactPubKey) {
const key = await window.Signal.Data.getPreKeyByRecipient(contactPubKey);
if (key) {

Loading…
Cancel
Save