Philipp Hörist pushed to branch storage at gajim / gajim


Commits:
ae213abc by Philipp Hörist at 2024-03-18T00:25:50+01:00
ci: Add SQLAlchemy to control file

- - - - -
8ffcd7cb by Philipp Hörist at 2024-03-18T00:36:20+01:00
imprv: Check archive before storing last stanza id

- - - - -


2 changed files:

- debian/control
- gajim/common/modules/mam.py


Changes:

=====================================
debian/control
=====================================
@@ -18,6 +18,7 @@ Build-Depends:
     python3-packaging,
     python3-cryptography (>=3.4.8),
     python3-pil (>=9.1.0),
+    python3-sqlalchemy (>=2.0.19),
     gir1.2-gtk-3.0 (>=3.24.30),
     gir1.2-gtksource-4,
     sqlite3 (>=3.35.0),


=====================================
gajim/common/modules/mam.py
=====================================
@@ -53,10 +53,10 @@ def __init__(self, con: types.Client) -> None:
         self.handlers = [
             StanzaHandler(name='message',
                           callback=self._set_message_archive_info,
-                          priority=41),
+                          priority=42),
             StanzaHandler(name='message',
                           callback=self._mam_message_received,
-                          priority=49),
+                          priority=41),
         ]
 
         self.available = False



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/78eef5bd6fb1c4a87527d4f331a52d7975a4620b...8ffcd7cbf0c68700888a2e0b419511fc81c890e0

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/78eef5bd6fb1c4a87527d4f331a52d7975a4620b...8ffcd7cbf0c68700888a2e0b419511fc81c890e0
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