[Git][gajim/gajim][master] Blocking: Raise NodeProcessed

Philipp Hörist gitlab at dev.gajim.org
Mon Jul 9 23:37:41 CEST 2018


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


Commits:
d9eb3e68 by Philipp Hörist at 2018-07-09T23:37:13+02:00
Blocking: Raise NodeProcessed

- - - - -


1 changed file:

- gajim/common/modules/blocking.py


Changes:

=====================================
gajim/common/modules/blocking.py
=====================================
--- a/gajim/common/modules/blocking.py
+++ b/gajim/common/modules/blocking.py
@@ -79,7 +79,7 @@ class Blocking:
                 for jid in self.blocked:
                     self._presence_probe(jid)
                 log.info('Unblock all Push')
-                return
+                raise nbxmpp.NodeProcessed
 
             for item in items:
                 # Unblock some contacts



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

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/d9eb3e6891d70887902f76f55e7dd81530c87804
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180709/d44a94fd/attachment.html>


More information about the Commits mailing list