Make GIF flag a power-of-two value
This commit is contained in:
parent
a6394e0c8b
commit
0a4eef29db
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ message AttachmentPointer {
|
|||
VOICE_MESSAGE = 1;
|
||||
BORDERLESS = 2;
|
||||
// Our parser does not handle reserved in enums: DESKTOP-1569
|
||||
// reserved 3;
|
||||
GIF = 4;
|
||||
// reserved 4;
|
||||
GIF = 8;
|
||||
}
|
||||
|
||||
oneof attachment_identifier {
|
||||
|
|
Loading…
Reference in a new issue