Update last seen logic to used last read message instead of now timestamp.

This commit is contained in:
Cody Henthorne
2025-02-11 16:13:55 -05:00
committed by Greyson Parrelli
parent d7221a384b
commit b82d16abcb
15 changed files with 83 additions and 69 deletions

View File

@@ -94,7 +94,8 @@ class MarkReadReceiverTest {
SyncMessageId(recipientId, 0),
MessageId(1),
ExpirationInfo(0, 0, 0, false),
StoryType.NONE
StoryType.NONE,
0
)
}
}