util.prosodyctl.check: Add TODO about replacements for deprecated settings
authorKim Alvefur <zash@zash.se>
Thu, 09 Sep 2021 22:10:12 +0200
changeset 11781 08de090e05e9
parent 11780 1132a1f1ca5a
child 11782 f254fd16218a
util.prosodyctl.check: Add TODO about replacements for deprecated settings
util/prosodyctl/check.lua
--- 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)));