aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-channel-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-channel-factory.c')
-rw-r--r--libempathy/empathy-channel-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-channel-factory.c b/libempathy/empathy-channel-factory.c
index dec1dfade..d1da3047d 100644
--- a/libempathy/empathy-channel-factory.c
+++ b/libempathy/empathy-channel-factory.c
@@ -134,6 +134,9 @@ empathy_channel_factory_dup_channel_features (
{
feature = TP_CHANNEL_FEATURE_CHAT_STATES;
g_array_append_val (features, feature);
+
+ feature = EMPATHY_TP_CHAT_FEATURE_READY;
+ g_array_append_val (features, feature);
}
return features;