mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_blocklist: Fix fix signal for letting stanzas pass
Returning nothing/nil lets stanzas pass, returning anything else blocks
This commit is contained in:
parent
f94d5d2f7f
commit
cbd3982308
1 changed files with 0 additions and 2 deletions
|
@ -276,8 +276,6 @@ local function drop_stanza(event)
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
return false;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue