mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Update BodyRange to use unsigned ints.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user