Quotes: Check message's conversationId

This commit is contained in:
Scott Nonnenberg 2021-04-14 15:15:57 -07:00 committed by GitHub
parent 97a4361c6f
commit 7d55421d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 111 additions and 58 deletions

3
ts/textsecure.d.ts vendored
View file

@ -725,6 +725,9 @@ export declare namespace DataMessageClass {
text: string | null;
attachments?: Array<DataMessageClass.Quote.QuotedAttachment>;
bodyRanges?: Array<DataMessageClass.BodyRange>;
// Added later during processing
referencedMessageNotFound?: boolean;
}
class BodyRange {