diff --git a/Telegram/SourceFiles/history/history_service.cpp b/Telegram/SourceFiles/history/history_service.cpp index d0c34ac221..65a08b3398 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,