Changeset

11777:08de090e05e9

util.prosodyctl.check: Add TODO about replacements for deprecated settings
author Kim Alvefur <zash@zash.se>
date Thu, 09 Sep 2021 22:10:12 +0200
parents 11776:1132a1f1ca5a
children 11778:f254fd16218a
files util/prosodyctl/check.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Thu Sep 09 22:09:41 2021 +0200
+++ b/util/prosodyctl/check.lua	Thu Sep 09 22:10:12 2021 +0200
@@ -175,6 +175,7 @@
 			print("    You have some deprecated options in the global section:");
 			print("    "..tostring(deprecated_global_options))
 			ok = false;
+			-- FIXME show replacement options where applicable
 		end
 		for host, options in it.filter(function (h) return h ~= "*" end, pairs(configmanager.getconfig())) do
 			local host_options = set.new(it.to_array(it.keys(options)));