Sort stories when they were read at
This commit is contained in:
parent
b04fbb6d8d
commit
af5a496994
6 changed files with 36 additions and 7 deletions
|
@ -17,6 +17,7 @@ function markReadOrViewed(
|
|||
|
||||
const nextMessageAttributes: MessageAttributesType = {
|
||||
...messageAttrs,
|
||||
readAt: timestamp,
|
||||
readStatus: newReadStatus,
|
||||
seenStatus: SeenStatus.Seen,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue