summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 14:30:00 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 14:06:47 +0200
commit9beb8e42b482d6119a02c679d0a8882096c55e40 (patch)
treec9f65c170ef11e4309ee202a781cc4de3196ce35
parentdbb46e194c802fc602b7c0a3c9721ca1f8b24c59 (diff)
downloadtelepathy-logger-9beb8e42b482d6119a02c679d0a8882096c55e40.tar.gz
Messages has been removed, no need to check for it
If channel is Text that's all good.
-rw-r--r--telepathy-logger/text-channel.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index 0864018..f30096d 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -565,16 +565,6 @@ _tpl_text_channel_prepare_core_async (TpProxy *proxy,
{
TplTextChannel *self = (TplTextChannel *) proxy;
- if (!tp_proxy_has_interface_by_id (self,
- TP_IFACE_QUARK_CHANNEL_INTERFACE_MESSAGES))
- {
- g_simple_async_report_error_in_idle ((GObject *) self,
- callback, user_data, TPL_TEXT_CHANNEL_ERROR,
- TPL_TEXT_CHANNEL_ERROR_NEED_MESSAGE_INTERFACE,
- "The text channel does not implement Message interface.");
- return;
- }
-
get_my_contact (self);
get_remote_contact (self);
store_pending_messages (self);