]> git.0d.be Git - empathy.git/commitdiff
We should ensure, not create muc channels
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 17 Nov 2009 11:04:07 +0000 (11:04 +0000)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 17 Nov 2009 11:04:07 +0000 (11:04 +0000)
libempathy/empathy-dispatcher.c

index abc95108d75286e936ff64c9e6d829a1f0e164c0..49be0babeabce467b3c79d8a3e21888734844a19 100644 (file)
@@ -1537,6 +1537,7 @@ empathy_dispatcher_join_muc (TpConnection *connection,
   request_data  = new_dispatcher_request_data (self, connection,
     TP_IFACE_CHANNEL_TYPE_TEXT, TP_HANDLE_TYPE_ROOM, 0, NULL,
     NULL, callback, user_data);
+  request_data->should_ensure = TRUE;
 
   connection_data->outstanding_requests = g_list_prepend
     (connection_data->outstanding_requests, request_data);