diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-21 16:10:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 16:10:54 +0100 |
commit | c4aef549ad1f55661675a789f89fe9e041fac874 (patch) | |
tree | 0a9c7e729a74219965da16eb9b9df88ebe98e994 /changelog.d | |
parent | Pin eliot to <1.8 on python 3.5.2 (#5218) (diff) | |
download | synapse-c4aef549ad1f55661675a789f89fe9e041fac874.tar.xz |
Exclude soft-failed events from fwd-extremity candidates. (#5146)
When considering the candidates to be forward-extremities, we must exclude soft failures. Hopefully fixes #5090.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5146.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5146.bugfix b/changelog.d/5146.bugfix new file mode 100644 index 0000000000..a54abed92b --- /dev/null +++ b/changelog.d/5146.bugfix @@ -0,0 +1 @@ +Exclude soft-failed events from forward-extremity candidates: fixes "No forward extremities left!" error. |