Support system name fields & upgrade libsignal
This commit is contained in:
parent
7316bac559
commit
1e16c86fd0
8 changed files with 213 additions and 181 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue