From 663c99cc2df13c475624f895593df414b2942dbc Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 28 Jul 2021 19:39:46 +0300 Subject: [PATCH] Fix build on macOS. --- .../SourceFiles/history/admin_log/history_admin_log_item.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp index 3b2afab03..429e85c7f 100644 --- a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp +++ b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp @@ -510,7 +510,6 @@ void GenerateItems( return callback(OwnedItem(delegate, item), sentDate); }; - using Flag = MTPDmessage::Flag; const auto fromName = from->name; const auto fromLink = from->createOpenLink(); const auto fromLinkText = textcmdLink(1, fromName);