MatrixSynapse/synapse
Richard van der Hoff 62a7289133
Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178)
If there was an exception setting up one of the attributes of the Homeserver
god object, then future attempts to fetch that attribute would raise a
confusing "Cyclic dependency" error. Let's make sure that we clear the
`building` flag so that we just get the original exception.

Ref: #7169
2020-03-31 13:09:16 +01:00
..
_scripts
api
app Remove usage of "conn_id" for presence. (#7128) 2020-03-30 16:37:24 +01:00
appservice
config Fix a small typo in the `metrics_flags` config option. (#7171) 2020-03-30 17:38:21 +01:00
crypto
events
federation
groups
handlers Rewrite prune_old_outbound_device_pokes for efficiency (#7159) 2020-03-30 19:06:52 +01:00
http
logging
metrics
module_api
push
replication Remove usage of "conn_id" for presence. (#7128) 2020-03-30 16:37:24 +01:00
res/templates
rest
server_notices
spam_checker_api
state
static
storage Rewrite prune_old_outbound_device_pokes for efficiency (#7159) 2020-03-30 19:06:52 +01:00
streams
util Rewrite prune_old_outbound_device_pokes for efficiency (#7159) 2020-03-30 19:06:52 +01:00
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py Fix a bug which could cause incorrect 'cyclic dependency' error. (#7178) 2020-03-31 13:09:16 +01:00
server.pyi Remove usage of "conn_id" for presence. (#7128) 2020-03-30 16:37:24 +01:00
types.py
visibility.py