From 1c1e67abe3a710a1e5475c80a856d7bde9453a0b Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 30 Mar 2022 10:21:56 +0400 Subject: [PATCH] Fix build with Xcode. --- Telegram/SourceFiles/history/history_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history_service.cpp b/Telegram/SourceFiles/history/history_service.cpp index d0c34ac22..65a08b339 100644 --- a/Telegram/SourceFiles/history/history_service.cpp +++ b/Telegram/SourceFiles/history/history_service.cpp @@ -606,7 +606,7 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) { return result; }; - auto prepareWebViewDataSent = [this](const MTPDmessageActionWebViewDataSent &action) { + auto prepareWebViewDataSent = [](const MTPDmessageActionWebViewDataSent &action) { auto result = PreparedText{}; result.text = tr::lng_action_webview_data_done( tr::now,