mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-23 13:30:34 -04:00
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:
parent
e7132c3f81
commit
01a0527892
3 changed files with 4 additions and 3 deletions
|
@ -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."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue