Do not allow a non-existent worker app.

pull/8369/head
Patrick Cloke 2020-09-23 07:26:20 -04:00
parent 67c6fa408a
commit 08a7d5d69b
1 changed files with 0 additions and 1 deletions

View File

@ -885,7 +885,6 @@ def start(config_options):
# For backwards compatibility let any of the old app names.
assert config.worker_app in (
"synapse.app.appservice",
"synapse.app.background_worker",
"synapse.app.client_reader",
"synapse.app.event_creator",
"synapse.app.federation_reader",