mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix build with Xcode.
This commit is contained in:
parent
00f442573a
commit
1c1e67abe3
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) {
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
auto prepareWebViewDataSent = [this](const MTPDmessageActionWebViewDataSent &action) {
|
auto prepareWebViewDataSent = [](const MTPDmessageActionWebViewDataSent &action) {
|
||||||
auto result = PreparedText{};
|
auto result = PreparedText{};
|
||||||
result.text = tr::lng_action_webview_data_done(
|
result.text = tr::lng_action_webview_data_done(
|
||||||
tr::now,
|
tr::now,
|
||||||
|
|
Loading…
Add table
Reference in a new issue