mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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;
|
||||
};
|
||||
|
||||
auto prepareWebViewDataSent = [this](const MTPDmessageActionWebViewDataSent &action) {
|
||||
auto prepareWebViewDataSent = [](const MTPDmessageActionWebViewDataSent &action) {
|
||||
auto result = PreparedText{};
|
||||
result.text = tr::lng_action_webview_data_done(
|
||||
tr::now,
|
||||
|
|
Loading…
Add table
Reference in a new issue