mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
MUC: Include original stanza in send history event
This commit is contained in:
parent
33e17c6554
commit
e8b2d9e21f
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ local function send_history(room, stanza)
|
|||
local maxchars, maxstanzas, since = parse_history(stanza);
|
||||
local event = {
|
||||
room = room;
|
||||
stanza = stanza;
|
||||
to = stanza.attr.from; -- `to` is required to calculate the character count for `maxchars`
|
||||
maxchars = maxchars, maxstanzas = maxstanzas, since = since;
|
||||
next_stanza = function() end; -- events should define this iterator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue