Fix channels limit info when trying an invite link.

This commit is contained in:
John Preston 2022-12-21 13:02:48 +04:00
parent 7d9b999cb0
commit 446f0f1653

View file

@ -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();