diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-07 14:02:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 14:02:14 +0000 |
commit | 1ff5491117912c94ae8219b38721a94f130e7865 (patch) | |
tree | a6983f79098bbb7d99e53ade37263775979cbde2 /changelog.d | |
parent | Merge pull request #6629 from matrix-org/rav/kill_event_reference_hashes (diff) | |
parent | changelog (diff) | |
download | synapse-1ff5491117912c94ae8219b38721a94f130e7865.tar.xz |
Merge pull request #6645 from matrix-org/rav/fix_synchrotron_error
Fix exceptions in the synchrotron worker log when events are rejected.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6645.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6645.bugfix b/changelog.d/6645.bugfix new file mode 100644 index 0000000000..f648df3fc0 --- /dev/null +++ b/changelog.d/6645.bugfix @@ -0,0 +1 @@ +Fix exceptions in the synchrotron worker log when events are rejected. |