Alpha 0.10.23: removed test code for error text checking.
This commit is contained in:
parent
3da020dffd
commit
a86c85485a
|
@ -364,8 +364,6 @@ void ContactsBox::inviteParticipants() {
|
||||||
|
|
||||||
void ContactsBox::createGroup() {
|
void ContactsBox::createGroup() {
|
||||||
if (_saveRequestId) return;
|
if (_saveRequestId) return;
|
||||||
Ui::show(Box<InformBox>(PeerFloodErrorText(PeerFloodType::Send)), KeepOtherLayers);
|
|
||||||
return;
|
|
||||||
|
|
||||||
auto users = _inner->selectedInputs();
|
auto users = _inner->selectedInputs();
|
||||||
if (users.isEmpty() || (users.size() == 1 && users.at(0).type() == mtpc_inputUserSelf)) {
|
if (users.isEmpty() || (users.size() == 1 && users.at(0).type() == mtpc_inputUserSelf)) {
|
||||||
|
|
Loading…
Reference in New Issue