mod_muc_mam: Fix rebase mistake [luacheck]

The 'err' was there in trunk
This commit is contained in:
Kim Alvefur 2019-12-24 01:00:35 +01:00
parent 575cd4c57d
commit a4e705c122

View file

@ -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);