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]
|
jid, type, status = args[0], args[1], args[2]
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
if jid == '.' and isinstance(self.current_tab(), tabs.ChatTab):
|
||||||
|
jid = self.current_tab().get_name()
|
||||||
if type == 'available':
|
if type == 'available':
|
||||||
type = None
|
type = None
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue