Remove another unused string

This commit is contained in:
Fedor Indutny
2025-02-06 17:24:13 -08:00
committed by GitHub
parent 9e62bd8ca6
commit aa5dabd1d8
10 changed files with 7 additions and 58 deletions

View File

@@ -203,7 +203,7 @@ message AccountRecord {
repeated PinnedConversation pinnedConversations = 14;
optional bool preferContactAvatars = 15;
optional uint32 universalExpireTimer = 17;
optional bool primarySendsSms = 18;
reserved 18; // primarySendsSms
reserved 19; // deprecatedE164
repeated string preferredReactionEmoji = 20;
optional bytes subscriberId = 21;