Blocking: Raise NodeProcessed
This commit is contained in:
parent
eb1b6f605a
commit
d9eb3e6891
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Blocking:
|
||||||
for jid in self.blocked:
|
for jid in self.blocked:
|
||||||
self._presence_probe(jid)
|
self._presence_probe(jid)
|
||||||
log.info('Unblock all Push')
|
log.info('Unblock all Push')
|
||||||
return
|
raise nbxmpp.NodeProcessed
|
||||||
|
|
||||||
for item in items:
|
for item in items:
|
||||||
# Unblock some contacts
|
# Unblock some contacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue