mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_bosh: Ignore unused argument [luacheck]
This commit is contained in:
parent
0114f1dd6a
commit
94c9012f75
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function on_destroy_request(request)
|
|||
end
|
||||
end
|
||||
|
||||
function check_inactive(now, session, context, reason)
|
||||
function check_inactive(now, session, context, reason) -- luacheck: ignore 212/now
|
||||
if not session.destroyed then
|
||||
sessions[context.sid] = nil;
|
||||
sm_destroy_session(session, reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue