mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
feat: add contacts message in config message
This commit is contained in:
parent
6f76f0046a
commit
ee1f9fc790
@ -223,11 +223,19 @@ message ConfigurationMessage {
|
||||
repeated bytes admins = 5;
|
||||
}
|
||||
|
||||
message Contact {
|
||||
required bytes publicKey = 1;
|
||||
required string name = 2;
|
||||
optional string profilePicture = 3;
|
||||
optional bytes profileKey = 4;
|
||||
}
|
||||
|
||||
repeated ClosedGroup closedGroups = 1;
|
||||
repeated string openGroups = 2;
|
||||
optional string displayName = 3;
|
||||
optional string profilePicture = 4;
|
||||
optional bytes profileKey = 5;
|
||||
repeated Contact contacts = 6;
|
||||
}
|
||||
|
||||
message ReceiptMessage {
|
||||
|
Loading…
Reference in New Issue
Block a user