view mod_compliance_latest/mod_compliance_latest.lua @ 6497:3b0cfef7fabe

mod_report_affiliations: Don't report 0 trust when we just didn't calculate it Absent 'trust' means "I don't have it" or "I don't want to expose it" trust='0' means "I don't trust this account at all"
author Matthew Wild <mwild1@gmail.com>
date Wed, 25 Mar 2026 10:23:52 +0000
parents 5c24fd7211c3
children
line wrap: on
line source

local success = pcall(function() module:depends("compliance_2023") end)

if not success then
module:log_status( "error", "Error, can't load module: mod_compliance_2023. Is this module downloaded into a folder readable by prosody?" )
end