Skip to content
Snippets Groups Projects
Commit 8ddd6a29 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[MattJ] re-fix /join command. already done in [8116020da28c]

parent 7ae146e0
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ class StandardGroupchatCommands(CommandContainer):
gajim.interface.instances[self.account]['join_gc'].window.present()
except KeyError:
try:
dialogs.JoinGroupchatWindow(account=None, room_jid=jid, nick=nick)
dialogs.JoinGroupchatWindow(account=self.account, room_jid=jid, nick=nick)
except GajimGeneralException:
pass
......
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