Changeset

5999:9db6bad7cc36

merge
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Wed, 16 Oct 2024 09:30:02 -0500
parents 5998:fd1927e51791 (diff) 5997:d3812826c1cd (current diff)
children 6000:51b6a10b50d2
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_push2/mod_push2.lua	Sun Sep 22 08:13:09 2024 -0700
+++ b/mod_push2/mod_push2.lua	Wed Oct 16 09:30:02 2024 -0500
@@ -396,7 +396,7 @@
 	for identifier, push_info in pairs(user_push_services) do
 		for _, match in ipairs(push_info.matches) do
 			if match.match == "urn:xmpp:push2:match:archived-with-body" or match.match == "urn:xmpp:push2:match:archived" then
-				identifier_found.log("debug", "Not pushing because we are not archiving this stanza")
+				module:log("debug", "Not pushing because we are not archiving this stanza")
 			else
 				notify_push_services[identifier] = push_info;
 			end