mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user