kopia lustrzana https://github.com/ryukoposting/Signal-Android
Update BodyRange to use unsigned ints.
rodzic
e2a842b440
commit
b3672273e8
|
@ -133,8 +133,8 @@ message DataMessage {
|
|||
}
|
||||
|
||||
message BodyRange {
|
||||
optional int32 start = 1;
|
||||
optional int32 length = 2;
|
||||
optional uint32 start = 1;
|
||||
optional uint32 length = 2;
|
||||
|
||||
oneof associatedValue {
|
||||
string mentionUuid = 3;
|
||||
|
|
Ładowanie…
Reference in New Issue