remove envelope from cache if sentMessage is empty

pull/1252/head
Audric Ackermann 5 years ago
parent 17cae3937d
commit 0c8e34a78e
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -88,6 +88,7 @@ async function handleSentMessage(
if (!msg) {
window.log('Inner message is missing in a sync message');
await removeFromCache(envelope);
return;
}

Loading…
Cancel
Save