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


Commits:
6781ec1b by lovetox at 2022-05-03T00:17:01+02:00
chore: Fix missing return

- - - - -


1 changed file:

- gajim/common/modules/mam.py


Changes:

=====================================
gajim/common/modules/mam.py
=====================================
@@ -133,6 +133,7 @@ def _get_stanza_id(properties, archive_jid):
         for stanza_id in properties.stanza_ids:
             if stanza_id.by == archive_jid:
                 return stanza_id
+        return None
 
     def _set_message_archive_info(self, _con, _stanza, properties):
         if (properties.is_mam_message or



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

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