mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 10:46:19 +00:00
feat: add display, pfp and profile key to config message
This commit is contained in:
@@ -328,6 +328,9 @@ message ConfigurationMessage {
|
|||||||
|
|
||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user