mod_blocklist: Fix fix signal for letting stanzas pass

Returning nothing/nil lets stanzas pass, returning anything else blocks
This commit is contained in:
Kim Alvefur 2024-04-23 20:01:41 +02:00
parent f94d5d2f7f
commit cbd3982308

View file

@ -276,8 +276,6 @@ local function drop_stanza(event)
end
end
end
return false;
end
end