Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
61fcb8cd by Philipp Hörist at 2025-10-21T08:46:17+02:00
cfix: Hats: Set field default value
- - - - -
1 changed file:
- nbxmpp/structs.py
Changes:
=====================================
nbxmpp/structs.py
=====================================
@@ -1031,7 +1031,7 @@ class ReceiptData(NamedTuple):
class Hat:
uri: str
title: str
- hue: float | None
+ hue: float | None = None
class HatData:
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/61fcb8cdbafe88c6d018b659d9801e116993d157
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/61fcb8cdbafe88c6d018b659d9801e116993d157
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]