handleDataMessage: Apply out-of-order view sync directly
This commit is contained in:
parent
11266cb775
commit
a37c239e01
1 changed files with 1 additions and 1 deletions
|
@ -2139,7 +2139,7 @@
|
|||
if (type === 'incoming' && message.isTapToView()) {
|
||||
const viewSync = Whisper.ViewSyncs.forMessage(message);
|
||||
if (viewSync) {
|
||||
await Whisper.ViewSyncs.onSync(viewSync);
|
||||
await message.markViewed({ fromSync: true });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue