diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-09 11:00:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 11:00:48 +0000 |
commit | dc8d825ef26714f610db9c286f2f2517db064b79 (patch) | |
tree | b876ec8cabd0a229d6c98cd5e48c53be63a229a4 /changelog.d | |
parent | Clean-up demo scripts & documentation (#12143) (diff) | |
download | synapse-dc8d825ef26714f610db9c286f2f2517db064b79.tar.xz |
Skip attempt to get state at backwards-extremities (#12173)
We don't *have* the state at a backwards-extremity, so this is never going to do anything useful.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12173.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12173.misc b/changelog.d/12173.misc new file mode 100644 index 0000000000..9f333e718a --- /dev/null +++ b/changelog.d/12173.misc @@ -0,0 +1 @@ +Avoid trying to calculate the state at outlier events. |