Import/export additional message flags

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-06-13 18:51:02 -05:00 committed by GitHub
parent eb619350b3
commit 5b3509e34c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 85 additions and 2 deletions

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

@ -198,6 +198,7 @@ export type MessageAttributesType = {
quote?: QuotedMessageType;
reactions?: ReadonlyArray<MessageReactionType>;
requiredProtocolVersion?: number;
sms?: boolean;
sourceDevice?: number;
storyDistributionListId?: StoryDistributionIdString;
storyId?: string;