Changeset

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
parents 8026:f237d0155e59
children 8028:adfc7f3b29ce
files plugins/muc/history.lib.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);