feat: add required annotations to match iOS

This commit is contained in:
jubb 2021-02-25 10:39:06 +11:00
parent ee1f9fc790
commit af35b68cb6

View File

@ -224,7 +224,9 @@ message ConfigurationMessage {
} }
message Contact { message Contact {
// @required
required bytes publicKey = 1; required bytes publicKey = 1;
// @required
required string name = 2; required string name = 2;
optional string profilePicture = 3; optional string profilePicture = 3;
optional bytes profileKey = 4; optional bytes profileKey = 4;