mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
void ApiWrap::joinChannel(not_null<ChannelData*> channel) {
|
||||||
Ui::show(Box(ChannelsLimitBox, _session));
|
|
||||||
AssertIsDebug();
|
|
||||||
return;
|
|
||||||
if (channel->amIn()) {
|
if (channel->amIn()) {
|
||||||
session().changes().peerUpdated(
|
session().changes().peerUpdated(
|
||||||
channel,
|
channel,
|
||||||
|
|
Loading…
Add table
Reference in a new issue