Lots of work to try and get duplex conversations going plus disabled cookies
[theonering] / src / gvoice / conversations.py
index 357a844..43514c0 100644 (file)
@@ -18,7 +18,6 @@ class Conversations(object):
                self._conversations = {}
 
                self.updateSignalHandler = coroutines.CoTee()
                self._conversations = {}
 
                self.updateSignalHandler = coroutines.CoTee()
-               self.update()
 
        def update(self, force=False):
                if not force and self._conversations:
 
        def update(self, force=False):
                if not force and self._conversations: