mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.
This commit is contained in:
parent
de4b6ceb33
commit
32c092ae0e
2 changed files with 1 additions and 8 deletions
|
@ -117,7 +117,6 @@ function handle_normal_presence(origin, stanza)
|
|||
if priority >= 0 then
|
||||
local event = { origin = origin }
|
||||
module:fire_event('message/offline/broadcast', event);
|
||||
module:fire_event('message/offline/delete', event);
|
||||
end
|
||||
end
|
||||
if stanza.attr.type == "unavailable" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue