Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
607ed46d by Marc Henning at 2026-07-31T12:42:04+02:00
fix: MDS: Add request_items dependency

- - - - -


1 changed file:

- nbxmpp/modules/mds.py


Changes:

=====================================
nbxmpp/modules/mds.py
=====================================
@@ -32,7 +32,7 @@ class MDS(BaseModule):
     XEP-0490
     """
 
-    _depends = {"publish": "PubSub"}
+    _depends = {"publish": "PubSub", "request_items": "PubSub"}
 
     def __init__(self, client: Client) -> None:
         BaseModule.__init__(self, client)



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/607ed46dcf613473123cfb6e20ac1499e3f76c2c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/607ed46dcf613473123cfb6e20ac1499e3f76c2c
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]

Reply via email to