Software /
code /
prosody
Changeset
10785:e210afc9296a
mod_carbons: Don't copy messages that should not be copied
The return statements were lost in d95e083931d1
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 27 Apr 2020 14:43:54 +0200 |
parents | 10784:0b0fe73199d2 |
children | 10786:a1b633ba9bd9 |
files | plugins/mod_carbons.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_carbons.lua Sun Apr 26 21:03:40 2020 +0200 +++ b/plugins/mod_carbons.lua Mon Apr 27 14:43:54 2020 +0200 @@ -92,6 +92,7 @@ if not should then module:log("debug", "Not copying stanza: %s (%s)", stanza:top_tag(), why); + return; elseif why == "private" and not c2s then stanza:maptags(function(tag) if not ( tag.attr.xmlns == xmlns_carbons and tag.name == "private" ) then