mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]

This commit is contained in:
Kim Alvefur 2018-03-09 21:50:01 +01:00
parent 0fff40cdd9
commit bb927767c2

View file

@ -120,6 +120,8 @@ function handle_normal_presence(origin, stanza)
stanza.attr.to = nil; -- reset it
end
-- luacheck: ignore 212/recipient_session
-- TODO This argument is used in 3rd party modules
function send_presence_of_available_resources(user, host, jid, recipient_session, stanza)
local h = hosts[host];
local count = 0;