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
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -227,6 +227,7 @@ export type MessageAttributesType = {
|
|||
sendHQImages?: boolean;
|
||||
|
||||
// Should only be present for incoming messages and errors
|
||||
readAt?: number;
|
||||
readStatus?: ReadStatus;
|
||||
// Used for all kinds of notifications, as well as incoming messages
|
||||
seenStatus?: SeenStatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue