test data removed, 9014003 beta version

This commit is contained in:
John Preston 2015-12-06 20:58:58 +03:00
parent 4b88aced20
commit e2da90e844

View File

@ -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();