Quotes: Check message's conversationId
This commit is contained in:
parent
97a4361c6f
commit
7d55421d8f
3 changed files with 111 additions and 58 deletions
3
ts/textsecure.d.ts
vendored
3
ts/textsecure.d.ts
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue