mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_muc_mam: Move a comment to the line it describes
This commit is contained in:
parent
dad8bb5fee
commit
2c8eecf7c2
1 changed files with 1 additions and 1 deletions
|
@ -341,12 +341,12 @@ local function save_to_history(self, stanza)
|
||||||
-- Policy check
|
-- Policy check
|
||||||
if not archiving_enabled(self) then return end -- Don't log
|
if not archiving_enabled(self) then return end -- Don't log
|
||||||
|
|
||||||
-- And stash it
|
|
||||||
local with = stanza.name
|
local with = stanza.name
|
||||||
if stanza.attr.type then
|
if stanza.attr.type then
|
||||||
with = with .. "<" .. stanza.attr.type
|
with = with .. "<" .. stanza.attr.type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- And stash it
|
||||||
local id = archive:append(room_node, nil, stored_stanza, time_now(), with);
|
local id = archive:append(room_node, nil, stored_stanza, time_now(), with);
|
||||||
|
|
||||||
if id then
|
if id then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue