aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-client-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-client-factory.c')
-rw-r--r--libempathy/empathy-client-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index d84d4454e..603f4e3e4 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -71,7 +71,7 @@ empathy_client_factory_dup_channel_features (TpSimpleClientFactory *factory,
if (EMPATHY_IS_TP_CHAT (channel))
{
- feature = TP_CHANNEL_FEATURE_CHAT_STATES;
+ feature = TP_TEXT_CHANNEL_FEATURE_CHAT_STATES;
g_array_append_val (features, feature);
feature = EMPATHY_TP_CHAT_FEATURE_READY;