[Telepathy-commits] [telepathy-qt4/master] Channel: Request all contacts features for now.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Feb 10 13:18:01 PST 2009


---
 TelepathyQt4/Client/channel.cpp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 81a82df..5f9f629 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -525,7 +525,10 @@ void Channel::Private::buildContacts()
     }
 
     PendingContacts *pendingContacts = manager->contactsForHandles(
-            toBuild);
+            toBuild,
+            QSet<Contact::Feature>() << Contact::FeatureAlias
+                                     << Contact::FeatureAvatarToken
+                                     << Contact::FeatureSimplePresence);
     parent->connect(pendingContacts,
             SIGNAL(finished(Telepathy::Client::PendingOperation *)),
             SLOT(gotContacts(Telepathy::Client::PendingOperation *)));
-- 
1.5.6.5




More information about the telepathy-commits mailing list