diff options
author | Erik Johnston <erik@matrix.org> | 2019-04-10 10:43:47 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-04-10 10:43:47 +0100 |
commit | 42e1aa5b2cf34a4c788d23d3376c5f58990a63c9 (patch) | |
tree | 13678c73a7adc8c8a84abcabc25aef4276e78e06 | |
parent | Handle the case of `get_missing_events` failing (diff) | |
download | synapse-42e1aa5b2cf34a4c788d23d3376c5f58990a63c9.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5042.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5042.bugfix b/changelog.d/5042.bugfix new file mode 100644 index 0000000000..736b07c790 --- /dev/null +++ b/changelog.d/5042.bugfix @@ -0,0 +1 @@ +Fix bug processing incoming events over federation if call to `/get_missing_events` fails. |