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


Commits:
df1dd5c2 by lovetox at 2021-03-20T15:31:37+01:00
Convert JID

- - - - -


1 changed file:

- gajim/gtk/add_contact.py


Changes:

=====================================
gajim/gtk/add_contact.py
=====================================
@@ -48,7 +48,7 @@ def __init__(self, account=None, contact_jid=None, 
user_nick=None, group=None):
         self.adding_jid = False
 
         if contact_jid is not None:
-            contact_jid = app.get_jid_without_resource(contact_jid)
+            contact_jid = app.get_jid_without_resource(str(contact_jid))
 
         # fill accounts with active accounts
         accounts = app.get_enabled_accounts_with_labels()



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/df1dd5c2de43cfb808b1bb8cc9803526de2d8e0f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to