mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix channels limit info when trying an invite link.
This commit is contained in:
parent
7d9b999cb0
commit
446f0f1653
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ void SubmitChatInvite(
|
||||||
} else if (type == u"CHANNELS_TOO_MUCH"_q) {
|
} else if (type == u"CHANNELS_TOO_MUCH"_q) {
|
||||||
strongController->show(
|
strongController->show(
|
||||||
Box(ChannelsLimitBox, &strongController->session()));
|
Box(ChannelsLimitBox, &strongController->session()));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
strongController->hideLayer();
|
strongController->hideLayer();
|
||||||
|
|
Loading…
Add table
Reference in a new issue