mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck]
This commit is contained in:
parent
c37b1cc072
commit
b10527f724
1 changed files with 2 additions and 0 deletions
|
@ -357,6 +357,8 @@ local function save_to_history(self, stanza)
|
|||
if id then
|
||||
schedule_cleanup(room_node);
|
||||
stanza:add_direct_child(st.stanza("stanza-id", { xmlns = xmlns_st_id, by = self.jid, id = id }));
|
||||
else
|
||||
module:log("error", "Could not archive stanza: %s", err);
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue