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.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to