Software /
code /
prosody
Changeset
8490:7540019afcd8
mod_bosh: Ignore unused argument [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Dec 2017 15:30:37 +0100 |
parents | 8489:fc8ef0943b60 |
children | 8491:f134be08a499 |
files | plugins/mod_bosh.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_bosh.lua Wed Dec 13 15:30:11 2017 +0100 +++ b/plugins/mod_bosh.lua Wed Dec 13 15:30:37 2017 +0100 @@ -100,7 +100,7 @@ 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);