Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
546315f5 by Philipp Hörist at 2025-04-13T22:09:04+02:00
cq: Presence: Fix return value annotation
- - - - -
1 changed file:
- nbxmpp/protocol.py
Changes:
=====================================
nbxmpp/protocol.py
=====================================
@@ -1543,7 +1543,7 @@ class Presence(Protocol):
"""
return self.getTagData("priority")
- def getShow(self) -> str:
+ def getShow(self) -> str | None:
"""
Return the show value of the message
"""
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/546315f5bb3c32f47e23f337a24ae8b84bf705b5
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/546315f5bb3c32f47e23f337a24ae8b84bf705b5
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]