plugins/mod_pubsub/mod_pubsub.lua
branch0.11
changeset 11203 6c7c50a4de32
parent 10676 657e61531b33
child 11204 bf8f2da84007
child 11205 4ae1d485a9c6
--- a/plugins/mod_pubsub/mod_pubsub.lua	Wed Oct 28 14:21:09 2020 +0000
+++ b/plugins/mod_pubsub/mod_pubsub.lua	Thu Nov 05 22:27:17 2020 +0100
@@ -127,7 +127,7 @@
 		end
 	end
 	return summary;
-end);
+end, -1);
 
 module:hook("iq/host/"..xmlns_pubsub..":pubsub", handle_pubsub_iq);
 module:hook("iq/host/"..xmlns_pubsub_owner..":pubsub", handle_pubsub_iq);