From 04f890a467a18c9f29b7cc49ae85a928984d3344 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 20 Feb 2017 00:51:12 +0100 Subject: mod_mam: Remove repeated blank line --- plugins/mod_mam/mod_mam.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/mod_mam/mod_mam.lua') 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) -- cgit v1.2.3