mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-02 20:29:23 +00:00
make sure new subscribe is sent in case of new contact added
This commit is contained in:
parent
c8c73c16d6
commit
57d4f11cb0
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ ContactModel *ContactsListModel::addContact (VcardModel *vcardModel) {
|
|||
|
||||
qInfo() << QStringLiteral("Add contact from vcard:") << contact << vcardModel;
|
||||
|
||||
//make sure new subscribe is issued
|
||||
mLinphoneFriends->updateSubscriptions();
|
||||
|
||||
int row = mList.count();
|
||||
|
||||
beginInsertRows(QModelIndex(), row, row);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue