mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Show Profile Name Change update messages.
This commit is contained in:
@@ -46,3 +46,12 @@ message AudioWaveFormData {
|
||||
int64 durationUs = 1;
|
||||
bytes waveForm = 2;
|
||||
}
|
||||
|
||||
message ProfileChangeDetails {
|
||||
message StringChange {
|
||||
string previous = 1;
|
||||
string new = 2;
|
||||
}
|
||||
|
||||
StringChange profileNameChange = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user