Fix version that worker_main_http_uri is redundant from (#14476)

* Fix version that `worker_main_http_uri` is redundant from

* Changelog
This commit is contained in:
David Robertson 2022-11-17 16:11:08 +00:00 committed by GitHub
parent e7132c3f81
commit 01a0527892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -166,7 +166,7 @@ class WorkerConfig(Config):
self.worker_main_http_uri = config.get("worker_main_http_uri", None)
if self.worker_main_http_uri is not None:
logger.warning(
"The config option worker_main_http_uri is unused since Synapse 1.72. "
"The config option worker_main_http_uri is unused since Synapse 1.73. "
"It can be safely removed from your configuration."
)