mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_presence: Fix indentation
This commit is contained in:
parent
4eb35217ee
commit
6da5020684
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ function handle_normal_presence(origin, stanza)
|
|||
end
|
||||
|
||||
if priority >= 0 then
|
||||
local event = { origin = origin }
|
||||
module:fire_event('message/offline/broadcast', event);
|
||||
local event = { origin = origin }
|
||||
module:fire_event('message/offline/broadcast', event);
|
||||
end
|
||||
end
|
||||
if stanza.attr.type == "unavailable" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue