mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
moduleapi: Rename argument to silence luacheck
This commit is contained in:
parent
7e181e31e0
commit
38742f7b50
1 changed files with 2 additions and 2 deletions
|
@ -438,8 +438,8 @@ function api:send_iq(stanza, origin, timeout)
|
||||||
|
|
||||||
local wrapped_origin = setmetatable({
|
local wrapped_origin = setmetatable({
|
||||||
-- XXX Needed in some cases for replies to work correctly when sending queries internally.
|
-- XXX Needed in some cases for replies to work correctly when sending queries internally.
|
||||||
send = function (stanza)
|
send = function (reply)
|
||||||
resolve({ stanza = stanza });
|
resolve({ stanza = reply });
|
||||||
end;
|
end;
|
||||||
}, {
|
}, {
|
||||||
__index = origin or hosts[self.host];
|
__index = origin or hosts[self.host];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue