Diff

plugins/muc/history.lib.lua @ 8027:c2e7dfd87abb

MUC: Decrement priority muc-get-history hook to standard for core modules
author Kim Alvefur <zash@zash.se>
date Sat, 01 Apr 2017 16:02:57 +0200
parent 7401:e16b3fd0bd80
child 8028:adfc7f3b29ce
line wrap: on
line diff
--- a/plugins/muc/history.lib.lua	Fri Mar 31 19:01:42 2017 +0200
+++ b/plugins/muc/history.lib.lua	Sat Apr 01 16:02:57 2017 +0200
@@ -114,7 +114,7 @@
 		return msg;
 	end
 	return true;
-end);
+end, -1);
 
 local function send_history(room, stanza)
 	local maxchars, maxstanzas, since = parse_history(stanza);