# HG changeset patch # User Kim Alvefur # Date 1392925238 -3600 # Node ID e8eebf281405a74c82ffb12d246d7e199f88b337 # Parent cc9831033f5d56ba55f4d3c5ecc584be90dfcecb mod_mam_muc: Remove code that should have been removed in previous commit diff -r cc9831033f5d -r e8eebf281405 mod_mam_muc/mod_mam_muc.lua --- a/mod_mam_muc/mod_mam_muc.lua Thu Feb 20 20:37:26 2014 +0100 +++ b/mod_mam_muc/mod_mam_muc.lua Thu Feb 20 20:40:38 2014 +0100 @@ -111,13 +111,6 @@ end); end -local _send_history = room_mt.send_history; -local _save_to_history = room_mt.save_to_history; -function module.unload() - room_mt.send_history = _send_history; - room_mt.save_to_history = _save_to_history; -end - -- Handle archive queries module:hook("iq-get/bare/"..xmlns_mam..":query", function(event) local origin, stanza = event.origin, event.stanza;