Implement endorsements for group send
This commit is contained in:
parent
5f82c82803
commit
24536e1342
21 changed files with 816 additions and 269 deletions
4
ts/model-types.d.ts
vendored
4
ts/model-types.d.ts
vendored
|
@ -374,6 +374,10 @@ export type ConversationAttributesType = {
|
|||
lastProfile?: ConversationLastProfileType;
|
||||
needsTitleTransition?: boolean;
|
||||
quotedMessageId?: string | null;
|
||||
/**
|
||||
* TODO: Rename this key to be specific to the accessKey on the conversation
|
||||
* It's not used for group endorsements.
|
||||
*/
|
||||
sealedSender?: unknown;
|
||||
sentMessageCount?: number;
|
||||
sharedGroupNames?: ReadonlyArray<string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue