mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
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:
parent
617ac06638
commit
b0dbacb69c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue