Skip to content

Commit

Permalink
Alpha 0.10.23: removed test code for error text checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 1, 2017
1 parent 3da020d commit a86c854
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Telegram/SourceFiles/boxes/contactsbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ void ContactsBox::inviteParticipants() {

void ContactsBox::createGroup() {
if (_saveRequestId) return;
Ui::show(Box<InformBox>(PeerFloodErrorText(PeerFloodType::Send)), KeepOtherLayers);
return;

auto users = _inner->selectedInputs();
if (users.isEmpty() || (users.size() == 1 && users.at(0).type() == mtpc_inputUserSelf)) {
Expand Down

0 comments on commit a86c854

Please sign in to comment.