Increment GIF flag in AttachmentPointer to avoid android client bug.

fork-5.53.8
Alex Hart 2021-06-08 16:53:21 -03:00
rodzic 978c6f9349
commit dfe804dfa0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -512,7 +512,8 @@ message AttachmentPointer {
enum Flags { enum Flags {
VOICE_MESSAGE = 1; VOICE_MESSAGE = 1;
BORDERLESS = 2; BORDERLESS = 2;
GIF = 3; reserved 3;
GIF = 4;
} }
oneof attachment_identifier { oneof attachment_identifier {