Only invite if there is something/someone to invite

This commit is contained in:
Loren Burkholder 2021-07-19 12:31:20 -04:00
parent 74d493ff16
commit 4384554587
3 changed files with 9 additions and 77 deletions

View file

@ -22,6 +22,8 @@ InviteesModel::addUser(QString mxid)
connect(invitee, &Invitee::userInfoLoaded, this, [this]() { endInsertRows(); });
invitees_.push_back(invitee);
emit countChanged();
}
QHash<int, QByteArray>