mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:08:26 +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;
|
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 ClosedGroup closedGroups = 1;
|
||||||
repeated string openGroups = 2;
|
repeated string openGroups = 2;
|
||||||
optional string displayName = 3;
|
optional string displayName = 3;
|
||||||
optional string profilePicture = 4;
|
optional string profilePicture = 4;
|
||||||
optional bytes profileKey = 5;
|
optional bytes profileKey = 5;
|
||||||
|
repeated Contact contacts = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ReceiptMessage {
|
message ReceiptMessage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user