mod_mam: Fix typo in comment

If it is with a body then it execution does not get this far
This commit is contained in:
Kim Alvefur 2020-04-21 23:06:55 +02:00
parent 617ac06638
commit b0dbacb69c

View file

@ -288,7 +288,7 @@ local function should_store(stanza) --> boolean, reason: string
return true, "body";
end
if stanza:get_child("subject") then
-- XXX Who would send a message with a subject but with a body?
-- XXX Who would send a message with a subject but without a body?
return true, "subject";
end
if stanza:get_child("encryption", "urn:xmpp:eme:0") then