From e2da90e8443d2cfb651b78df1682f029e7099144 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 6 Dec 2015 20:58:58 +0300 Subject: [PATCH] test data removed, 9014003 beta version --- Telegram/SourceFiles/profilewidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/profilewidget.cpp b/Telegram/SourceFiles/profilewidget.cpp index 6841cde65f..79022abac8 100644 --- a/Telegram/SourceFiles/profilewidget.cpp +++ b/Telegram/SourceFiles/profilewidget.cpp @@ -1636,7 +1636,7 @@ void ProfileInner::showAll() { _invitationLink.hide(); } } - if (_peerChannel->count < cMaxMegaGroupCount() && _peerChannel->isMegagroup() && (true || _amCreator || _peerChannel->amEditor())) { + if (_peerChannel->count < cMaxMegaGroupCount() && _peerChannel->isMegagroup() && (_amCreator || _peerChannel->amEditor())) { _addParticipant.show(); } else { _addParticipant.hide();