kopia lustrzana https://github.com/ryukoposting/Signal-Android
Increment GIF flag in AttachmentPointer to avoid android client bug.
rodzic
978c6f9349
commit
dfe804dfa0
|
@ -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 {
|
||||||
|
|
Ładowanie…
Reference in New Issue