Blocking: Raise NodeProcessed
This commit is contained in:
parent
eb1b6f605a
commit
d9eb3e6891
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue