Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
1e095594 by wurstsalat at 2025-03-09T17:13:00+01:00
fix: MUC: Ensure MUCData is initiated with jid string
Fixes #12222
- - - - -
1 changed file:
- gajim/common/modules/muc.py
Changes:
=====================================
gajim/common/modules/muc.py
=====================================
@@ -232,7 +232,7 @@ def _create_muc_data(self,
if bookmark.password is not None:
password = bookmark.password
- return MUCData(room_jid, nick, None, password, config)
+ return MUCData(str(room_jid), nick, None, password, config)
def join(self,
jid: JID,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1e09559459c8cc97f519cfe7910d78af3c4402c6
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1e09559459c8cc97f519cfe7910d78af3c4402c6
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]