Make GIF flag a power-of-two value

This commit is contained in:
Fedor Indutny 2021-06-23 09:13:47 -07:00 committed by GitHub
parent a6394e0c8b
commit 0a4eef29db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -437,8 +437,8 @@ message AttachmentPointer {
VOICE_MESSAGE = 1; VOICE_MESSAGE = 1;
BORDERLESS = 2; BORDERLESS = 2;
// Our parser does not handle reserved in enums: DESKTOP-1569 // Our parser does not handle reserved in enums: DESKTOP-1569
// reserved 3; // reserved 4;
GIF = 4; GIF = 8;
} }
oneof attachment_identifier { oneof attachment_identifier {