Diff

plugins/mod_muc_mam.lua @ 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
parent 10815:c432b7172fa3
child 10835:e402f808de50
child 10943:22b1298403ff
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)