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

use correct function to open a groupchat from gajim-remote. fixes #3705

parent 3c2a220c
No related branches found
No related tags found
No related merge requests found
......@@ -657,4 +657,4 @@ class SignalObject(dbus.service.Object):
gajim.interface.instances[account]['join_gc'] = \
JoinGroupchatWindow(account, room_jid, nick)
else:
gajim.connections[account].join_gc(nick, room_jid, password)
gajim.interface.roster.join_gc_room(account, room_jid, nick, password)
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