Philipp Hörist pushed to branch master at gajim / gajim
Commits:
5d5ad12c by lovetox at 2022-01-20T20:38:50+01:00
Groupchat: Pass JID instead of string
- - - - -
1 changed file:
- gajim/gtk/controls/groupchat.py
Changes:
=====================================
gajim/gtk/controls/groupchat.py
=====================================
@@ -742,7 +742,7 @@ def _on_roster_row_activated(self,
if not self.is_anonymous and muc_prefer_direct_msg:
participant = self.contact.get_resource(nick)
app.window.add_chat(self.account,
- participant.real_jid.bare,
+ participant.real_jid,
'contact',
select=True,
workspace='current')
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5d5ad12c31f991c227e42645fad7681bf03de393
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5d5ad12c31f991c227e42645fad7681bf03de393
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits