diff options
-rw-r--r-- | plugins/mod_mam/mod_mam.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua index 23106ba8..1b935e0e 100644 --- a/plugins/mod_mam/mod_mam.lua +++ b/plugins/mod_mam/mod_mam.lua @@ -134,7 +134,6 @@ module:hook("iq-set/self/"..xmlns_mam..":query", function(event) local before, after = qset and qset.before, qset and qset.after; if type(before) ~= "string" then before = nil; end - -- Load all the data! local data, err = archive:find(origin.username, { start = qstart; ["end"] = qend; -- Time range @@ -307,7 +306,6 @@ local function c2s_message_handler(event) return message_handler(event, true); end - local function strip_stanza_id(event) local strip_by = jid_bare(event.origin.full_jid); event.stanza:maptags(function(tag) |