mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
feat: add required annotations to match iOS
This commit is contained in:
parent
ee1f9fc790
commit
af35b68cb6
@ -224,7 +224,9 @@ message ConfigurationMessage {
|
||||
}
|
||||
|
||||
message Contact {
|
||||
// @required
|
||||
required bytes publicKey = 1;
|
||||
// @required
|
||||
required string name = 2;
|
||||
optional string profilePicture = 3;
|
||||
optional bytes profileKey = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user