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


Commits:
0c7a090e by wurstsalat at 2022-10-15T13:26:42+02:00
cq: OMEMOMessage: Use correct type for sid

- - - - -


1 changed file:

- nbxmpp/structs.py


Changes:

=====================================
nbxmpp/structs.py
=====================================
@@ -226,7 +226,7 @@ class PGPKeyMetadata(NamedTuple):
 
 
 class OMEMOMessage(NamedTuple):
-    sid: str
+    sid: int
     iv: bytes
     keys: dict[int, tuple[bytes, bool]]
     payload: bytes



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/0c7a090eea0395bef9278e74382402d952a33fb3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/0c7a090eea0395bef9278e74382402d952a33fb3
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to