Skip to content
Snippets Groups Projects
Commit dc273567 authored by nkour's avatar nkour
Browse files

fix a tb

parent 1921c43a
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ def get_real_jid_from_fjid(account, fjid):
if not nick: # It's not a fake_jid, it is a real jid
return fjid # we return the real jid
real_jid = fjid
gcs = interface.windows[account]['gc']
gcs = interface.instances[account]['gc']
if gcs.has_key(room_jid):
# It's a pm, so if we have real jid it's in contact.jid
if not gc_contacts[account][room_jid].has_key(nick):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment