fix TB in move_from_sessionless
This commit is contained in:
parent
03cbc6e2d5
commit
7b6b6de1c5
|
@ -695,7 +695,7 @@ class MessageWindow(object):
|
|||
if not self._controls.has_key(acct):
|
||||
self._controls[acct] = {}
|
||||
|
||||
if not self.sessionless_ctrls[acct].has_key(jid):
|
||||
if not self._controls[acct].has_key(jid):
|
||||
self._controls[acct][jid] = {}
|
||||
|
||||
thread_id = ctrl.session.thread_id
|
||||
|
|
Loading…
Reference in New Issue