diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-05 14:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 14:01:32 +0100 |
commit | d53faa40e96fc8dc572d0de3135a806e64dbf32f (patch) | |
tree | be2bc73be6d7330c236a794e7966fd9d4556b872 /changelog.d | |
parent | Neilj/changelog clean up (#5356) (diff) | |
parent | Add logging when request fails and clarify we ignore errors. (diff) | |
download | synapse-d53faa40e96fc8dc572d0de3135a806e64dbf32f.tar.xz |
Merge pull request #5317 from matrix-org/erikj/make_do_auth_non_essential
Fix handling of failures when calling /event_auth.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5317.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5317.bugfix b/changelog.d/5317.bugfix new file mode 100644 index 0000000000..2709375214 --- /dev/null +++ b/changelog.d/5317.bugfix @@ -0,0 +1 @@ +Fix handling of failures when processing incoming events where calling `/event_auth` on remote server fails. |