Remove unused pre-PNP code

This commit is contained in:
Fedor Indutny 2024-02-16 11:49:48 -08:00 committed by GitHub
parent 0ac65cb22b
commit 16dcf31906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 7 additions and 70 deletions

View file

@ -183,7 +183,7 @@ message AccountRecord {
optional bool preferContactAvatars = 15;
optional uint32 universalExpireTimer = 17;
optional bool primarySendsSms = 18;
optional string e164 = 19;
reserved 19; // deprecatedE164
repeated string preferredReactionEmoji = 20;
optional bytes subscriberId = 21;
optional string subscriberCurrencyCode = 22;