Update timers whenever we mark messages read

This commit is contained in:
Scott Nonnenberg
2021-07-19 13:45:18 -07:00
committed by GitHub
parent cd35a29638
commit 7761d83055
16 changed files with 70 additions and 150 deletions

View File

@@ -111,7 +111,7 @@ describe('sendLog', () => {
timestamp,
type: 'outgoing',
},
{ forceSave: true, Message: window.Whisper.Message }
{ forceSave: true }
);
const bytes = Buffer.from(getRandomBytes(128));