diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-19 13:20:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 13:20:09 +0100 |
commit | 7dcf984075cbc36e0c9bbd199bf4e4de99523224 (patch) | |
tree | 0b15aa2ce80e3836964932871318ceed26480214 /changelog.d | |
parent | Merge pull request #5480 from matrix-org/erikj/extremities_dummy_events (diff) | |
parent | Fix logline (diff) | |
download | synapse-7dcf984075cbc36e0c9bbd199bf4e4de99523224.tar.xz |
Merge pull request #5042 from matrix-org/erikj/fix_get_missing_events_error
Handle the case of `get_missing_events` failing
Diffstat (limited to 'changelog.d')
-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. |