From e53b49ba9930719f5f12711d0385f75a0e054481 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 18 Jan 2010 06:58:40 -0600 Subject: [PATCH] Noting a bug --- src/channel/text.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/channel/text.py b/src/channel/text.py index b1a7aa9..bf162f4 100644 --- a/src/channel/text.py +++ b/src/channel/text.py @@ -41,6 +41,7 @@ class TextChannel(tp.ChannelTypeText): # The only reason there should be anything in the conversation is if # its new, so report it all + # @bug When a channel is supposed to have some with and without a contact id, this will return weird results. I might have to just drop the whole contactid thing try: mergedConversations = self._conn.session.voicemails.get_conversation(self._contactKey) except KeyError: -- 1.7.9.5