Add learned profile name event.

This commit is contained in:
Cody Henthorne
2024-03-06 10:51:27 -05:00
committed by Alex Hart
parent f702338129
commit 184c1b67cc
5 changed files with 78 additions and 14 deletions

View File

@@ -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;
}
}