mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_pep: Remove unused variable [luacheck]
This commit is contained in:
parent
97f4bd0e64
commit
d3f6d6cfa9
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ module:hook("account-disco-items", function(event)
|
|||
end);
|
||||
|
||||
module:hook("account-disco-info-node", function (event)
|
||||
local session, stanza, node = event.origin, event.stanza, event.node;
|
||||
local stanza, node = event.stanza, event.node;
|
||||
local user = stanza.attr.to;
|
||||
local user_data = data[user];
|
||||
if user_data and user_data[node] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue