From 3b13d573ffe2478ade0394bf2b43269282b3d218 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:22:22 -0700 Subject: [PATCH] Update protobuf spec for GIFs Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- protos/SignalService.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/SignalService.proto b/protos/SignalService.proto index feb4c371a6..0df645da94 100644 --- a/protos/SignalService.proto +++ b/protos/SignalService.proto @@ -436,7 +436,9 @@ message AttachmentPointer { enum Flags { VOICE_MESSAGE = 1; BORDERLESS = 2; - GIF = 3; + // Our parser does not handle reserved in enums: DESKTOP-1569 + // reserved 3; + GIF = 4; } oneof attachment_identifier {