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


Commits:
d0339832 by Philipp Hörist at 2023-07-01T14:27:50+02:00
remove compliance check

- - - - -


1 changed file:

- gajim/common/modules/message.py


Changes:

=====================================
gajim/common/modules/message.py
=====================================
@@ -279,11 +279,6 @@ def _message_error_received(self,
                          message_id=message_id,
                          error=properties.error))
 
-    def _check_for_mam_compliance(self, room_jid: str, stanza_id: str) -> None:
-        disco_info = app.storage.cache.get_last_disco_info(room_jid)
-        if stanza_id is None and disco_info.mam_namespace == Namespace.MAM_2:
-            self._log.warning('%s announces mam:2 without stanza-id', room_jid)
-
     def _get_stanza_id(self,
                        properties: MessageProperties
                        ) -> str | None:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d03398325a50739ac01c1f15248a61fcb2ac721a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d03398325a50739ac01c1f15248a61fcb2ac721a
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