mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
parent
677fbdd84e
commit
889ec0c731
2 changed files with 1 additions and 2 deletions
|
@ -1305,7 +1305,6 @@ void WebViewInstance::botAllowWriteAccess(Fn<void(bool allowed)> callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebViewInstance::botSharePhone(Fn<void(bool shared)> callback) {
|
void WebViewInstance::botSharePhone(Fn<void(bool shared)> callback) {
|
||||||
const auto bot = _bot;
|
|
||||||
const auto history = _bot->owner().history(_bot);
|
const auto history = _bot->owner().history(_bot);
|
||||||
if (_bot->isBlocked()) {
|
if (_bot->isBlocked()) {
|
||||||
const auto done = crl::guard(this, [=](bool success) {
|
const auto done = crl::guard(this, [=](bool success) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 007e3a519ffbad0bd889de6cb4b19f34959afbce
|
Subproject commit 7dd187eeeb46b68dadc5752c3f3fc34e5e1d7e94
|
Loading…
Add table
Reference in a new issue