mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Add learned profile name event.
This commit is contained in:
committed by
Alex Hart
parent
f702338129
commit
184c1b67cc
@@ -73,6 +73,7 @@ message ProfileChangeDetails {
|
||||
}
|
||||
|
||||
StringChange profileNameChange = 1;
|
||||
StringChange learnedProfileName = 2;
|
||||
}
|
||||
|
||||
message BodyRangeList {
|
||||
@@ -379,6 +380,7 @@ message MessageExtras {
|
||||
oneof extra {
|
||||
GV2UpdateDescription gv2UpdateDescription = 1;
|
||||
signalservice.GroupContext gv1Context = 2;
|
||||
ProfileChangeDetails profileChangeDetails = 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user