Update to the latest backup.proto

This commit is contained in:
Greyson Parrelli
2025-02-25 16:26:50 -05:00
parent e9106ba951
commit b6038f8ae3
10 changed files with 13 additions and 1 deletions

View File

@@ -177,6 +177,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 {