Changeset

10834:c6e852984d48 0.11

mod_muc_mam: Remove spoofed archive IDs before archiving, fix #1552 The stanza-id added during archiving looks exactly like what should be stripped, so the stripping must happen before archiving. Getting priorities right is hard! Also no test coverage yet.
author Kim Alvefur <zash@zash.se>
date Mon, 11 May 2020 21:14:02 +0200
parents 10816:b4c2c7fae7c0
children 10835:e402f808de50 10843:8fcd46ee9bf5
files plugins/mod_muc_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua	Fri May 08 23:47:48 2020 +0200
+++ b/plugins/mod_muc_mam.lua	Mon May 11 21:14:02 2020 +0200
@@ -324,7 +324,7 @@
 		return tag;
 	end);
 
-end, 0);
+end, 1);
 
 -- Handle messages
 local function save_to_history(self, stanza)