mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Unblock the bot before sharing phone number.
This commit is contained in:
@@ -314,7 +314,7 @@ void SessionNavigation::showPeerByLink(const PeerByLinkInfo &info) {
|
||||
if (info.startAutoSubmit) {
|
||||
peer->session().api().blockedPeers().unblock(
|
||||
peer,
|
||||
[=] { showPeerByLinkResolved(peer, info); },
|
||||
[=](bool) { showPeerByLinkResolved(peer, info); },
|
||||
true);
|
||||
} else {
|
||||
showPeerByLinkResolved(peer, info);
|
||||
|
Reference in New Issue
Block a user