mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user