Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
e68838b4 by lovetox at 2020-10-17T21:42:14+02:00
Bookmarks: Fix method call
- - - - -
1 changed file:
- nbxmpp/modules/bookmarks/native_bookmarks.py
Changes:
=====================================
nbxmpp/modules/bookmarks/native_bookmarks.py
=====================================
@@ -91,7 +91,7 @@ class NativeBookmarks(BaseModule):
bookmarks = []
for item in items:
try:
- bookmark_item = self.parse_bookmark(item)
+ bookmark_item = parse_bookmark(item)
except MalformedStanzaError as error:
self._log.warning(error)
self._log.warning(error.stanza)
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/e68838b484a3af1cb7b7f4988489e034f1bc82de
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/e68838b484a3af1cb7b7f4988489e034f1bc82de
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