mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't start server if ASes are invalidly configured
This commit is contained in:
parent
37716d55ed
commit
f6fcff3602
@ -265,6 +265,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
||||
except Exception as e:
|
||||
logger.error("Failed to load appservice from '%s'", config_file)
|
||||
logger.exception(e)
|
||||
raise
|
||||
|
||||
|
||||
class ApplicationServiceTransactionStore(SQLBaseStore):
|
||||
|
Loading…
Reference in New Issue
Block a user