diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-31 13:09:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 13:09:16 +0100 |
commit | 62a7289133840b4f4a55844b4f24ec664c3d917b (patch) | |
tree | 7a803a10f87f12b99e50cb8e6c2f16efc9d561eb /changelog.d | |
parent | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) (diff) | |
download | synapse-62a7289133840b4f4a55844b4f24ec664c3d917b.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7178.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7178.bugfix b/changelog.d/7178.bugfix new file mode 100644 index 0000000000..35ea645d75 --- /dev/null +++ b/changelog.d/7178.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause incorrect 'cyclic dependency' error. |