mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_muc_mam: Fix rebase mistake [luacheck]
The 'err' was there in trunk
This commit is contained in:
parent
575cd4c57d
commit
a4e705c122
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ local function save_to_history(self, stanza)
|
|||
end
|
||||
|
||||
-- And stash it
|
||||
local id = archive:append(room_node, nil, stored_stanza, time_now(), with);
|
||||
local id, err = archive:append(room_node, nil, stored_stanza, time_now(), with);
|
||||
|
||||
if id then
|
||||
schedule_cleanup(room_node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue