Remove deprecated ContactDetails fields
This commit is contained in:
parent
a03e064977
commit
e8fdd7116b
2 changed files with 5 additions and 22 deletions
|
@ -689,10 +689,10 @@ message ContactDetails {
|
|||
optional string aci = 9;
|
||||
optional string name = 2;
|
||||
optional Avatar avatar = 3;
|
||||
optional string color = 4;
|
||||
optional Verified verified = 5;
|
||||
optional bytes profileKey = 6;
|
||||
optional bool blocked = 7;
|
||||
// reserved 4; // formerly color
|
||||
// reserved 5; // formerly verified
|
||||
// reserved 6; // formerly profileKey
|
||||
// reserved 7; // formerly blocked
|
||||
optional uint32 expireTimer = 8;
|
||||
optional uint32 inboxPosition = 10;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue