Philipp Hörist pushed to branch invite at gajim / gajim
Commits:
fbc1110c by Philipp Hörist at 2026-03-07T20:12:56+01:00
cfix: Again fix uri handling
- - - - -
1 changed file:
- gajim/gtk/main.py
Changes:
=====================================
gajim/gtk/main.py
=====================================
@@ -761,8 +761,9 @@ def open_xmpp_iri(self, xmpp_iri: XmppIri) -> None:
preauth=xmpp_iri.params.get("preauth"),
)
self.activate_action("app.add-contact", param.to_variant())
+ return
- elif xmpp_iri.params.get("ibr") != "y":
+ if xmpp_iri.params.get("ibr") != "y":
log.warning("Unable to handle roster action, ibr != y")
return
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fbc1110c6205d3b57095bb01e8f6067854b93a4e
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/fbc1110c6205d3b57095bb01e8f6067854b93a4e
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]