mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Add support for system names on the ContactRecord.
This commit is contained in:
@@ -87,6 +87,8 @@ message ContactRecord {
|
||||
uint64 mutedUntilTimestamp = 13;
|
||||
bool hideStory = 14;
|
||||
uint64 unregisteredAtTimestamp = 16;
|
||||
string systemGivenName = 17;
|
||||
string systemFamilyName = 18;
|
||||
bool hidden = 19;
|
||||
// NEXT ID: 20
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user