Display proper text when quoting view once message

This commit is contained in:
Fedor Indutny 2021-06-02 09:42:19 -07:00 committed by GitHub
parent 81227066ce
commit b009967a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 102 additions and 12 deletions

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

@ -64,6 +64,7 @@ export type QuotedMessageType = {
bodyRanges: BodyRangesType;
id: string;
referencedMessageNotFound: boolean;
isViewOnce: boolean;
text: string;
};