fix TB in move_from_sessionless
This commit is contained in:
parent
03cbc6e2d5
commit
7b6b6de1c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue