diff --git a/protos/SignalService.proto b/protos/SignalService.proto index 0ec2fbe12..6430c730c 100644 --- a/protos/SignalService.proto +++ b/protos/SignalService.proto @@ -428,6 +428,8 @@ message SyncMessage { message AttachmentPointer { enum Flags { VOICE_MESSAGE = 1; + BORDERLESS = 2; + GIF = 3; } oneof attachment_identifier { diff --git a/ts/textsecure.d.ts b/ts/textsecure.d.ts index e47509af9..f1e1ba38d 100644 --- a/ts/textsecure.d.ts +++ b/ts/textsecure.d.ts @@ -575,6 +575,8 @@ export declare class AttachmentPointerClass { static Flags: { VOICE_MESSAGE: number; + BORDERLESS: number; + GIF: number; }; cdnId?: ProtoBigNumberType;