2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Return native verify icon to the right.

This commit is contained in:
John Preston
2024-12-31 17:18:59 +04:00
parent c23b533704
commit a7321c9beb
33 changed files with 167 additions and 233 deletions

View File

@@ -177,8 +177,6 @@ public:
return ++_nonHistoryEntryId;
}
[[nodiscard]] Ui::VerifyDetails verifiedByTelegram();
void subscribeForTopicRepliesLists();
void clear();
@@ -1142,9 +1140,6 @@ private:
const std::unique_ptr<BusinessInfo> _businessInfo;
std::unique_ptr<ShortcutMessages> _shortcutMessages;
DocumentId _verifiedByTelegramIconBgId = 0;
DocumentId _verifiedByTelegramIconFgId = 0;
MsgId _nonHistoryEntryId = ShortcutMaxMsgId;
rpl::lifetime _lifetime;