Philipp Hörist pushed to branch master at gajim / gajim
Commits:
30f2b975 by lovetox at 2020-10-18T19:09:00+02:00
Annotations: Handle errors correctly
- - - - -
1 changed file:
- gajim/common/modules/annotations.py
Changes:
=====================================
gajim/common/modules/annotations.py
=====================================
@@ -49,6 +49,7 @@ class Annotations(BaseModule):
except (StanzaError, MalformedStanzaError) as error:
self._log.warning(error)
self._annotations = {}
+ return
for note in annotations:
self._annotations[note.jid] = note
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/30f2b9758cab02f17a679474197aa7231ce6131c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/30f2b9758cab02f17a679474197aa7231ce6131c
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