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

pull/457/head
jubb 3 years ago
parent e89f54a0b9
commit 2fffcfa927

@ -326,8 +326,11 @@ message ConfigurationMessage {
repeated bytes admins = 5;
}
repeated ClosedGroup closedGroups = 1;
repeated string openGroups = 2;
repeated ClosedGroup closedGroups = 1;
repeated string openGroups = 2;
optional string displayName = 3;
optional string profilePicture = 4;
optional bytes profileKey = 5;
}
message Verified {

Loading…
Cancel
Save