Update protobuf spec for GIFs

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2021-06-08 14:22:22 -07:00
committed by GitHub
parent e6ffaafe39
commit 3b13d573ff

View File

@@ -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 {