Remove ability to set or read author E164 for new quotes
This commit is contained in:
parent
18ccda83ba
commit
8fe1be8678
6 changed files with 14 additions and 23 deletions
1
ts/textsecure.d.ts
vendored
1
ts/textsecure.d.ts
vendored
|
@ -720,7 +720,6 @@ export declare namespace DataMessageClass {
|
|||
// Note: deep nesting
|
||||
class Quote {
|
||||
id: ProtoBigNumberType | null;
|
||||
author: string | null;
|
||||
authorUuid: string | null;
|
||||
text: string | null;
|
||||
attachments?: Array<DataMessageClass.Quote.QuotedAttachment>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue