mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
sipjreen: regressions--: request subscription when adding someone to the roster
This commit is contained in:
@@ -388,7 +388,7 @@ void
|
|||||||
JabberPlugin::addContact(const QString& jid, const QString& msg)
|
JabberPlugin::addContact(const QString& jid, const QString& msg)
|
||||||
{
|
{
|
||||||
// Add contact to the Tomahawk group on the roster
|
// Add contact to the Tomahawk group on the roster
|
||||||
m_roster->add( jid, jid, QStringList() << "Tomahawk" );
|
m_roster->subscribe( jid, msg, jid, QStringList() << "Tomahawk" );
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user