mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +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) {
|
||||
strongController->show(
|
||||
Box(ChannelsLimitBox, &strongController->session()));
|
||||
return;
|
||||
}
|
||||
|
||||
strongController->hideLayer();
|
||||
|
Reference in New Issue
Block a user