mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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) {
|
||||
strongController->show(
|
||||
Box(ChannelsLimitBox, &strongController->session()));
|
||||
return;
|
||||
}
|
||||
|
||||
strongController->hideLayer();
|
||||
|
|
Loading…
Add table
Reference in a new issue