# HG changeset patch # User Kim Alvefur # Date 1577145665 -3600 # Node ID 3df4790986964ff8f9a0587bded482eb5d6ed103 # Parent f4d12b1434c6ca7b0b05f05986c9f5d31d0a56c7 mod_mam: Fix rebase mistake [luacheck] The 'err' was there in trunk diff -r f4d12b1434c6 -r 3df479098696 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Tue Dec 24 01:00:35 2019 +0100 +++ b/plugins/mod_mam/mod_mam.lua Tue Dec 24 01:01:05 2019 +0100 @@ -297,7 +297,7 @@ log("debug", "Archiving stanza: %s", stanza:top_tag()); -- And stash it - local ok = archive:append(store_user, nil, clone_for_storage, time_now(), with); + local ok, err = archive:append(store_user, nil, clone_for_storage, time_now(), with); if ok then local clone_for_other_handlers = st.clone(stanza); local id = ok;