Remove deprecated ContactDetails fields

This commit is contained in:
Fedor Indutny 2023-11-07 21:26:31 +01:00 committed by GitHub
parent a03e064977
commit e8fdd7116b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 22 deletions

View file

@ -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;
}