# HG changeset patch # User Kim Alvefur # Date 1551700662 -3600 # Node ID 6f39be2e0be540e3f968182171753d662a1a78ec # Parent a44f562e01a53f552687dc1fd784a855de635b73 mod_muc_mam: Move a comment to the line it describes diff -r a44f562e01a5 -r 6f39be2e0be5 plugins/mod_muc_mam.lua --- a/plugins/mod_muc_mam.lua Mon Mar 04 12:56:31 2019 +0100 +++ b/plugins/mod_muc_mam.lua Mon Mar 04 12:57:42 2019 +0100 @@ -341,12 +341,12 @@ -- Policy check if not archiving_enabled(self) then return end -- Don't log - -- And stash it local with = stanza.name if stanza.attr.type then with = with .. "<" .. stanza.attr.type end + -- And stash it local id = archive:append(room_node, nil, stored_stanza, time_now(), with); if id then