Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
670dbe1e by Philipp Hörist at 2026-06-05T09:04:18+02:00
cq: OMEMO: Fix type annotation
- - - - -
1 changed file:
- nbxmpp/structs.py
Changes:
=====================================
nbxmpp/structs.py
=====================================
@@ -235,7 +235,7 @@ class OMEMOMessage(NamedTuple):
sid: int
iv: bytes
keys: dict[int, tuple[bytes, bool]]
- payload: bytes
+ payload: bytes | None
class AnnotationNote(NamedTuple):
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/670dbe1efcc36e317fb969a481e969070938795f
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/670dbe1efcc36e317fb969a481e969070938795f
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]