Skip to content

Commit dfe804d

Browse files
committed
Increment GIF flag in AttachmentPointer to avoid android client bug.
1 parent 978c6f9 commit dfe804d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsignal/service/src/main/proto/SignalService.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ message AttachmentPointer {
512512
enum Flags {
513513
VOICE_MESSAGE = 1;
514514
BORDERLESS = 2;
515-
GIF = 3;
515+
reserved 3;
516+
GIF = 4;
516517
}
517518

518519
oneof attachment_identifier {

0 commit comments

Comments
 (0)