mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix channels limit info when trying an invite link.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user