mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02: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