Widen the set of link previews which can be received

This commit is contained in:
Evan Hahn
2020-08-28 20:27:45 -05:00
committed by Josh Perez
parent 243ed832ba
commit 2e1e6e847a
10 changed files with 296 additions and 16 deletions

2
ts/textsecure.d.ts vendored
View File

@@ -315,6 +315,8 @@ export declare namespace DataMessageClass {
url?: string;
title?: string;
image?: AttachmentPointerClass;
description?: string;
date?: ProtoBigNumberType;
}
class ProtocolVersion {