Philipp Hörist pushed to branch master at gajim / gajim
Commits:
7aa2fac6 by nicoco at 2024-09-14T21:09:14+02:00
fix: MUC: Display errors related to nickname change
Fixes: #11930
- - - - -
1 changed file:
- gajim/common/modules/muc.py
Changes:
=====================================
gajim/common/modules/muc.py
=====================================
@@ -506,11 +506,6 @@ def _on_error_presence(self,
if muc_data is None:
return
- if properties.jid.resource != muc_data.nick:
- self._log.warning('Unknown error presence')
- self._log.warning(stanza)
- return
-
room = self._get_contact(room_jid)
if muc_data.state == MUCJoinedState.JOINING:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7aa2fac6d6653333a5dfe08ed92295273c26e2ec
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7aa2fac6d6653333a5dfe08ed92295273c26e2ec
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]