Ensure ProfileKeyCredentials match ProfileKey.

Fixes #10344
This commit is contained in:
Alan Evans
2021-01-05 17:42:27 -04:00
parent 6dd3fdaa55
commit 6080e1f338
9 changed files with 73 additions and 31 deletions

View File

@@ -77,3 +77,8 @@ message GroupCallUpdateDetails {
repeated string inCallUuids = 4;
bool isCallFull = 5;
}
message ProfileKeyCredentialColumnData {
bytes profileKey = 1;
bytes profileKeyCredential = 2;
}