diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-31 10:41:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 10:41:44 +0000 |
commit | 92eac974b95c06868768f39f642361246f1c0b0f (patch) | |
tree | f0b721485c1477e8bee7279953fa49749cbb44d8 /changelog.d/6608.bugfix | |
parent | sample log config (diff) | |
download | synapse-92eac974b95c06868768f39f642361246f1c0b0f.tar.xz |
Hacks to work around #6605 (#6608)
When we have an event which refers to non-existent auth_events, ignore said events rather than exploding in a ball of fire. Fixes #6605.
Diffstat (limited to 'changelog.d/6608.bugfix')
-rw-r--r-- | changelog.d/6608.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6608.bugfix b/changelog.d/6608.bugfix new file mode 100644 index 0000000000..7768e0846e --- /dev/null +++ b/changelog.d/6608.bugfix @@ -0,0 +1 @@ +Fix exceptions caused by state resolution choking on malformed events. |