plugins/mod_pubsub/pubsub.lib.lua
changeset 10558 e1de29c41259
parent 10360 0a2d7efca039
child 11190 15fe9f0bb483
--- a/plugins/mod_pubsub/pubsub.lib.lua	Mon Dec 23 22:28:04 2019 +0100
+++ b/plugins/mod_pubsub/pubsub.lib.lua	Mon Dec 23 22:28:42 2019 +0100
@@ -810,6 +810,7 @@
 		end
 		module:log("debug", "Listed items %s", data);
 		return it.reverse(function()
+			-- luacheck: ignore 211/when
 			local id, payload, when, publisher = data();
 			if id == nil then
 				return;