Sort stories when they were read at

This commit is contained in:
Josh Perez 2022-09-21 19:54:48 -04:00 committed by GitHub
parent b04fbb6d8d
commit af5a496994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 7 deletions

1
ts/model-types.d.ts vendored
View file

@ -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;