Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
22bcf73b by lovetox at 2021-07-19T22:09:57+02:00
Discover real jid correctly
- - - - -
1 changed file:
- gajim/common/structs.py
Changes:
=====================================
gajim/common/structs.py
=====================================
@@ -214,7 +214,7 @@ def from_presence(cls, properties):
available=properties.type.is_available,
affiliation=properties.muc_user.affiliation,
role=properties.muc_user.role,
- real_jid=properties.jid)
+ real_jid=properties.muc_user.jid)
UNKNOWN_MUC_PRESENCE = MUCPresenceData(show=PresenceShowExt.OFFLINE,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/22bcf73be4d5816716a339102d48a5c09d143cf1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/22bcf73be4d5816716a339102d48a5c09d143cf1
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