mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_pubsub: Silence warning about 'service' as argument [luacheck]
Maybe the 'service' in the outer scope should be moved down to minimize overlap with other functions that receive the same service as argument?
This commit is contained in:
parent
5d24efb239
commit
7711193903
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ local function create_simple_itemstore(node_config, node_name) --> util.cache li
|
|||
return lib_pubsub.archive_itemstore(archive, max_items, nil, node_name);
|
||||
end
|
||||
|
||||
function simple_broadcast(kind, node, jids, item, actor, node_obj, service)
|
||||
function simple_broadcast(kind, node, jids, item, actor, node_obj, service) --luacheck: ignore 431/service
|
||||
if node_obj then
|
||||
if node_obj.config["notify_"..kind] == false then
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue