Skip to content
Snippets Groups Projects
Commit 8db63dce authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: lookup username

Change-Id: If8e285c8188be453b6df0c1b5c86626bfbd46ab0
GitLab: #1053
parent e154ba9b
No related branches found
No related tags found
No related merge requests found
......@@ -309,6 +309,8 @@ ContactModel::addContact(contact::Info contactInfo)
Q_EMIT profileUpdated(profile.uri);
if (profile.type == profile::Type::SIP)
Q_EMIT contactAdded(profile.uri);
else
ConfigurationManager::instance().lookupAddress(owner.id, "", profile.uri);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment