mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ensure that seenStatus is always updated along with readStatus
This commit is contained in:
@@ -166,7 +166,7 @@ describe('sql/markRead', () => {
|
||||
readAt,
|
||||
});
|
||||
|
||||
assert.lengthOf(markedRead2, 3, 'three messages marked read');
|
||||
assert.lengthOf(markedRead2, 2, 'two messages marked read');
|
||||
assert.strictEqual(markedRead2[0].id, message7.id, 'should be message7');
|
||||
|
||||
assert.strictEqual(
|
||||
|
||||
Reference in New Issue
Block a user