mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Increment GIF flag in AttachmentPointer to avoid android client bug.
This commit is contained in:
@@ -512,7 +512,8 @@ message AttachmentPointer {
|
||||
enum Flags {
|
||||
VOICE_MESSAGE = 1;
|
||||
BORDERLESS = 2;
|
||||
GIF = 3;
|
||||
reserved 3;
|
||||
GIF = 4;
|
||||
}
|
||||
|
||||
oneof attachment_identifier {
|
||||
|
||||
Reference in New Issue
Block a user