mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_message, mod_offline: Change message/offline/store -> message/offline/handle
This commit is contained in:
parent
3ac96f5c34
commit
404f212f37
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ local function process_to_bare(bare, origin, stanza)
|
|||
if user_exists(node, host) then
|
||||
-- TODO apply the default privacy list
|
||||
|
||||
ok = module:fire_event('message/offline/store', {
|
||||
ok = module:fire_event('message/offline/handle', {
|
||||
origin = origin,
|
||||
stanza = stanza,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue