mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
MUC: Decrement priority muc-get-history hook to standard for core modules
This commit is contained in:
parent
7eb36daf82
commit
33e17c6554
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ module:hook("muc-get-history", function(event)
|
|||
return msg;
|
||||
end
|
||||
return true;
|
||||
end);
|
||||
end, -1);
|
||||
|
||||
local function send_history(room, stanza)
|
||||
local maxchars, maxstanzas, since = parse_history(stanza);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue