Update to latest backup integration tests

This commit is contained in:
trevor-signal
2025-01-28 12:02:13 -05:00
committed by GitHub
parent adcbccdc9f
commit b535f34b73
4 changed files with 11 additions and 11 deletions

View File

@@ -310,9 +310,9 @@ message DataMessage {
STRIKETHROUGH = 4;
MONOSPACE = 5;
}
optional uint32 start = 1;
optional uint32 length = 2;
optional uint32 start = 1; // Starting index in UTF-16 code units/raw string representation
optional uint32 length = 2; // Length of range in UTF-16 code units/raw string representation
oneof associatedValue {
string mentionAci = 3;