mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]
This commit is contained in:
parent
0fff40cdd9
commit
bb927767c2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue