Increment GIF flag in AttachmentPointer to avoid android client bug.

This commit is contained in:
Alex Hart
2021-06-08 16:53:21 -03:00
parent 978c6f9349
commit dfe804dfa0

View File

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