in GC, contact.jid now contain nothing if we don't have the real jid
This commit is contained in:
parent
37f725f7ae
commit
903a466f83
|
@ -242,7 +242,7 @@ class GroupchatWindow(chat.Chat):
|
||||||
if len(jids) > 1:
|
if len(jids) > 1:
|
||||||
resource = jids[1]
|
resource = jids[1]
|
||||||
else:
|
else:
|
||||||
j = room_jid + '/' + nick
|
j = ''
|
||||||
role_iter = self.get_role_iter(room_jid, role)
|
role_iter = self.get_role_iter(room_jid, role)
|
||||||
if not role_iter:
|
if not role_iter:
|
||||||
role_iter = model.append(None,
|
role_iter = model.append(None,
|
||||||
|
|
Loading…
Reference in New Issue