Fixes #2332
This commit is contained in:
parent
fb9767a803
commit
ae6fa61b84
1 changed files with 2 additions and 0 deletions
|
@ -1383,6 +1383,8 @@ class Core(object):
|
|||
jid, type, status = args[0], args[1], args[2]
|
||||
else:
|
||||
return
|
||||
if jid == '.' and isinstance(self.current_tab(), tabs.ChatTab):
|
||||
jid = self.current_tab().get_name()
|
||||
if type == 'available':
|
||||
type = None
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue