Support system name fields & upgrade libsignal
This commit is contained in:
@@ -178,6 +178,9 @@ message Contact {
|
||||
IdentityState identityState = 15;
|
||||
Name nickname = 16; // absent iff both `given` and `family` are empty
|
||||
string note = 17;
|
||||
string systemGivenName = 18;
|
||||
string systemFamilyName = 19;
|
||||
string systemNickname = 20;
|
||||
}
|
||||
|
||||
message Group {
|
||||
|
Reference in New Issue
Block a user