# HG changeset patch # User Kim Alvefur # Date 1330436201 -3600 # Node ID 648e75c9d3e7337e57230b89b48bec5da2d3b1e5 # Parent cade7dac615903038da60e00ec42bc752d2daed8 mod_mam: Add missing up() diff -r cade7dac6159 -r 648e75c9d3e7 mod_mam/mod_mam.lua --- a/mod_mam/mod_mam.lua Tue Feb 28 14:36:05 2012 +0100 +++ b/mod_mam/mod_mam.lua Tue Feb 28 14:36:41 2012 +0100 @@ -224,7 +224,7 @@ -- Stamp "We archived this" on the message local id = uuid(); - stanza:tag("archived", { xmlns = xmlns_mam, by = host, id = id }); + stanza:tag("archived", { xmlns = xmlns_mam, by = host, id = id }):up(); local when = time_now(); -- And stash it