Preliminary support for destinationUuid field
This commit is contained in:
parent
bb15cfc622
commit
066a23a6a9
8 changed files with 154 additions and 36 deletions
1
ts/textsecure.d.ts
vendored
1
ts/textsecure.d.ts
vendored
|
@ -29,6 +29,7 @@ export type UnprocessedType = {
|
|||
source?: string;
|
||||
sourceDevice?: number;
|
||||
sourceUuid?: string;
|
||||
destinationUuid?: string;
|
||||
messageAgeSec?: number;
|
||||
version: number;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue