mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 05:04:54 +01:00
Add mentions for v2 group chats.
This commit is contained in:
committed by
Greyson Parrelli
parent
0bb9c1d650
commit
b2d4c5d14b
@@ -55,3 +55,16 @@ message ProfileChangeDetails {
|
||||
|
||||
StringChange profileNameChange = 1;
|
||||
}
|
||||
|
||||
message BodyRangeList {
|
||||
message BodyRange {
|
||||
int32 start = 1;
|
||||
int32 length = 2;
|
||||
|
||||
oneof associatedValue {
|
||||
string mentionUuid = 3;
|
||||
}
|
||||
}
|
||||
|
||||
repeated BodyRange ranges = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user