summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:17:37 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:17:37 +0100
commit9c13792b7f78331b55828e6a9f7444243926ec6d (patch)
treedfb6144c7ee71f41a0acac5d5d611abcfe307de9
parent6643e5d96d8e1ee69bdb9a919cde8439b376bbad (diff)
downloadtelepathy-logger-9c13792b7f78331b55828e6a9f7444243926ec6d.tar.gz
text-channel: remove Messages interface check
It's mandatory now. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-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 929c71f..d5a2070 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);