do not trigger endSession if we end get a missing prekey

pull/1381/head
Audric Ackermann 4 years ago
parent 0beb47e597
commit a2c5427912
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -232,7 +232,8 @@
};
}
throw new textsecure.PreKeyMissing();
// throw new textsecure.PreKeyMissing();
return undefined;
},
async loadPreKeyForContact(contactPubKey) {
const key = await window.Signal.Data.getPreKeyByRecipient(contactPubKey);

Loading…
Cancel
Save