Only invite if there is something/someone to invite
This commit is contained in:
parent
74d493ff16
commit
4384554587
3 changed files with 9 additions and 77 deletions
|
|
@ -22,6 +22,8 @@ InviteesModel::addUser(QString mxid)
|
|||
connect(invitee, &Invitee::userInfoLoaded, this, [this]() { endInsertRows(); });
|
||||
|
||||
invitees_.push_back(invitee);
|
||||
|
||||
emit countChanged();
|
||||
}
|
||||
|
||||
QHash<int, QByteArray>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue