feat: add display, pfp and profile key to config message

This commit is contained in:
jubb 2021-02-23 15:43:52 +11:00
parent e89f54a0b9
commit 2fffcfa927

View File

@ -328,6 +328,9 @@ message ConfigurationMessage {
repeated ClosedGroup closedGroups = 1;
repeated string openGroups = 2;
optional string displayName = 3;
optional string profilePicture = 4;
optional bytes profileKey = 5;
}
message Verified {