Send/Receive support for reaction read syncs
This commit is contained in:
parent
82a9705010
commit
e0c324e4ba
23 changed files with 1188 additions and 498 deletions
6
ts/model-types.d.ts
vendored
6
ts/model-types.d.ts
vendored
|
@ -109,8 +109,6 @@ export type MessageAttributesType = {
|
|||
quote?: QuotedMessageType;
|
||||
reactions?: Array<{
|
||||
emoji: string;
|
||||
timestamp: number;
|
||||
fromId: string;
|
||||
from: {
|
||||
id: string;
|
||||
color?: string;
|
||||
|
@ -120,6 +118,10 @@ export type MessageAttributesType = {
|
|||
isMe?: boolean;
|
||||
phoneNumber?: string;
|
||||
};
|
||||
fromId: string;
|
||||
targetAuthorUuid: string;
|
||||
targetTimestamp: number;
|
||||
timestamp: number;
|
||||
}>;
|
||||
read_by: Array<string | null>;
|
||||
requiredProtocolVersion: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue