mod_mam: Remove unused variables [luacheck]

Logic using full vs bare JID addressing may return in the future.
This commit is contained in:
Kim Alvefur 2020-04-23 01:05:34 +02:00
parent ba452d6923
commit 80aaa484c3

View file

@ -265,10 +265,6 @@ end
local function should_store(stanza) --> boolean, reason: string
local st_type = stanza.attr.type or "normal";
local st_to_full = (stanza.attr.to or ""):find("/");
if st_type == "error" then
st_to_full = (stanza.attr.from or ""):find("/");
end
-- FIXME pass direction of stanza and use that along with bare/full JID addressing
-- for more accurate MUC / type=groupchat check