Make GIF flag a power-of-two value

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-06-23 09:39:47 -07:00 committed by GitHub
parent bd0fc85b66
commit 2f88447ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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