mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Remove debug code path (always error display).
This commit is contained in:
parent
c37012efec
commit
9b7e19e9c5
1 changed files with 0 additions and 3 deletions
|
@ -1630,9 +1630,6 @@ void ApiWrap::saveStickerSets(
|
|||
}
|
||||
|
||||
void ApiWrap::joinChannel(not_null<ChannelData*> channel) {
|
||||
Ui::show(Box(ChannelsLimitBox, _session));
|
||||
AssertIsDebug();
|
||||
return;
|
||||
if (channel->amIn()) {
|
||||
session().changes().peerUpdated(
|
||||
channel,
|
||||
|
|
Loading…
Add table
Reference in a new issue