# HG changeset patch # User Kim Alvefur # Date 1577145635 -3600 # Node ID f4d12b1434c6ca7b0b05f05986c9f5d31d0a56c7 # Parent 670afc079f684bfbae7cd6eefe16ba7074873e3b mod_muc_mam: Fix rebase mistake [luacheck] The 'err' was there in trunk diff -r 670afc079f68 -r f4d12b1434c6 plugins/mod_muc_mam.lua --- a/plugins/mod_muc_mam.lua Tue Dec 24 00:26:40 2019 +0100 +++ b/plugins/mod_muc_mam.lua Tue Dec 24 01:00:35 2019 +0100 @@ -352,7 +352,7 @@ 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);