Two small changes
* Signed prekey rotation: better logging, let => const * Ensure that we remove sync messages from cache
This commit is contained in:
parent
5e6d5937f7
commit
df74103335
2 changed files with 6 additions and 4 deletions
|
@ -1467,10 +1467,12 @@
|
|||
window.log.warn(
|
||||
`onSentMessage: Received update transcript, but no existing entry for message ${message.idForLogging()}. Dropping.`
|
||||
);
|
||||
event.confirm();
|
||||
} else if (existing) {
|
||||
window.log.warn(
|
||||
`onSentMessage: Received duplicate transcript for message ${message.idForLogging()}, but it was not an update transcript. Dropping.`
|
||||
);
|
||||
event.confirm();
|
||||
} else {
|
||||
await ConversationController.getOrCreateAndWait(
|
||||
messageDescriptor.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue