Commit 57d4f11c authored by Jehan Monnier's avatar Jehan Monnier

make sure new subscribe is sent in case of new contact added

parent c8c73c16
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment