mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-20 12:24:59 +01:00
Merge pull request #494 from matrix-org/daniel/2
Don't start server if ASes are invalidly configured
This commit is contained in:
commit
27927463a1
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Failed to load appservice from '%s'", config_file)
|
logger.error("Failed to load appservice from '%s'", config_file)
|
||||||
logger.exception(e)
|
logger.exception(e)
|
||||||
|
raise
|
||||||
|
|
||||||
|
|
||||||
class ApplicationServiceTransactionStore(SQLBaseStore):
|
class ApplicationServiceTransactionStore(SQLBaseStore):
|
||||||
|
|
Loading…
Reference in a new issue