mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_csi: Fix copypaste mistake [luacheck]
This commit is contained in:
parent
a24712e845
commit
d4f6ff10dc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ end);
|
|||
function refire_event(name)
|
||||
return function (event)
|
||||
if event.origin.username then
|
||||
session.state = event.stanza.name;
|
||||
event.origin.state = event.stanza.name;
|
||||
module:fire_event(name, event);
|
||||
return true;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue