mod_blocklist: Add comment to clarify some logic

This commit is contained in:
Kim Alvefur 2019-06-20 21:44:43 +02:00
parent 3c50754860
commit 57f55730e7

View file

@ -189,6 +189,7 @@ local function edit_blocklist(event)
if is_blocking then
for jid in pairs(send_unavailable) do
-- Check that this JID isn't already blocked, i.e. this is not a change
if not blocklist[jid] then
for _, session in pairs(sessions[username].sessions) do
if session.presence then