mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 02:07:54 +00:00
Fix crash on data share in attach bots.
This commit is contained in:
@@ -779,7 +779,7 @@ void AttachWebView::show(
|
||||
)).done([=](const MTPUpdates &result) {
|
||||
_session->api().applyUpdates(result);
|
||||
}).send();
|
||||
cancel();
|
||||
crl::on_main(this, [=] { cancel(); });
|
||||
});
|
||||
const auto handleLocalUri = [close](QString uri) {
|
||||
const auto local = Core::TryConvertUrlToLocal(uri);
|
||||
|
||||
Reference in New Issue
Block a user