mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
feat: add display, pfp and profile key to config message
This commit is contained in:
parent
e89f54a0b9
commit
2fffcfa927
@ -326,8 +326,11 @@ message ConfigurationMessage {
|
|||||||
repeated bytes admins = 5;
|
repeated bytes admins = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
repeated ClosedGroup closedGroups = 1;
|
repeated ClosedGroup closedGroups = 1;
|
||||||
repeated string openGroups = 2;
|
repeated string openGroups = 2;
|
||||||
|
optional string displayName = 3;
|
||||||
|
optional string profilePicture = 4;
|
||||||
|
optional bytes profileKey = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Verified {
|
message Verified {
|
||||||
|
Loading…
Reference in New Issue
Block a user