Support system name fields & upgrade libsignal

This commit is contained in:
trevor-signal
2025-02-18 12:58:44 -05:00
committed by GitHub
parent 7316bac559
commit 1e16c86fd0
8 changed files with 213 additions and 181 deletions

View File

@@ -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 {