# HG changeset patch # User Kim Alvefur # Date 1463868381 -7200 # Node ID 24c9c025523530caf574c78eb22d593a60b3be1c # Parent 530feb0e23ffba9cfdb31d5c404006778962e64f mod_mam_muc: Fix previous commit diff -r 530feb0e23ff -r 24c9c0255235 mod_mam_muc/mod_mam_muc.lua --- a/mod_mam_muc/mod_mam_muc.lua Sun May 22 00:00:46 2016 +0200 +++ b/mod_mam_muc/mod_mam_muc.lua Sun May 22 00:06:21 2016 +0200 @@ -366,7 +366,7 @@ if stanza.attr.type then with = with .. "<" .. stanza.attr.type end - archive:append(room, stanza, nil, time_now(), with); + archive:append(room, nil, stanza, time_now(), with); end module:hook("muc-broadcast-message", function (event)