Update BodyRange to use unsigned ints.

fork-5.53.8
Greyson Parrelli 2022-09-29 09:00:50 -04:00
rodzic e2a842b440
commit b3672273e8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -133,8 +133,8 @@ message DataMessage {
} }
message BodyRange { message BodyRange {
optional int32 start = 1; optional uint32 start = 1;
optional int32 length = 2; optional uint32 length = 2;
oneof associatedValue { oneof associatedValue {
string mentionUuid = 3; string mentionUuid = 3;