mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Make GIF flag a power-of-two value
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user