[Git][gajim/gajim][master] Pass account when clicking on xmpp:?join link

Philipp Hörist gitlab at dev.gajim.org
Fri Jul 6 22:17:18 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
a5b17a87 by Philipp Hörist at 2018-07-06T22:17:05+02:00
Pass account when clicking on xmpp:?join link

- - - - -


1 changed file:

- gajim/conversation_textview.py


Changes:

=====================================
gajim/conversation_textview.py
=====================================
--- a/gajim/conversation_textview.py
+++ b/gajim/conversation_textview.py
@@ -781,7 +781,7 @@ class ConversationTextview(GObject.GObject):
                     if '?' in word:
                         (jid, action) = word.split('?')
                         if action == 'join':
-                            app.interface.join_gc_minimal(None, jid)
+                            app.interface.join_gc_minimal(self.account, jid)
                         else:
                             self.on_start_chat_activate(None, jid)
                     else:



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/a5b17a87a978a405e8beb55c93776f82fa712077

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/a5b17a87a978a405e8beb55c93776f82fa712077
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180706/fad28924/attachment-0001.html>


More information about the Commits mailing list