Show Profile Name Change update messages.

This commit is contained in:
Cody Henthorne
2020-07-15 16:15:15 -04:00
committed by GitHub
parent 6d035c6888
commit 64420ead7c
11 changed files with 150 additions and 13 deletions

View File

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