mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Alpha 0.10.23: removed test code for error text checking.
This commit is contained in:
parent
3da020dffd
commit
a86c85485a
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue