mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_pep_simple: Ignore unused variable [luacheck]
This commit is contained in:
parent
9861fc79f1
commit
1bd2db0a6c
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ local function publish_all(user, recipient, session)
|
|||
if d and notify then
|
||||
for node in pairs(notify) do
|
||||
if d[node] then
|
||||
-- luacheck: ignore id
|
||||
local id, item = unpack(d[node]);
|
||||
session.send(st.message({from=user, to=recipient, type='headline'})
|
||||
:tag('event', {xmlns='http://jabber.org/protocol/pubsub#event'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue