diff options
-rw-r--r-- | libempathy/empathy-client-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 2a8559441..9135562fb 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -66,6 +66,9 @@ empathy_client_factory_dup_channel_features (TpSimpleClientFactory *factory, features = chainup->dup_channel_features (factory, channel); + feature = TP_CHANNEL_FEATURE_CONTACTS; + g_array_append_val (features, feature); + if (EMPATHY_IS_TP_CHAT (channel)) { feature = TP_CHANNEL_FEATURE_CHAT_STATES; |