Preliminary support for destinationUuid field

This commit is contained in:
Fedor Indutny
2021-11-12 22:26:52 +01:00
committed by GitHub
parent bb15cfc622
commit 066a23a6a9
8 changed files with 154 additions and 36 deletions

View File

@@ -206,6 +206,7 @@ export type UnprocessedType = {
source?: string;
sourceUuid?: string;
sourceDevice?: number;
destinationUuid?: string;
serverGuid?: string;
serverTimestamp?: number;
decrypted?: string;