Noting a bug
authorEd Page <eopage@byu.net>
Mon, 18 Jan 2010 12:58:40 +0000 (06:58 -0600)
committerEd Page <eopage@byu.net>
Mon, 18 Jan 2010 12:58:40 +0000 (06:58 -0600)
src/channel/text.py

index b1a7aa9..bf162f4 100644 (file)
@@ -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: