diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-11 10:33:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 10:33:49 +0000 |
commit | 483f2aa2eca98500046847364ede04b034530aac (patch) | |
tree | 9a99324f4543eec278d6fed61024056c9c280b61 /changelog.d | |
parent | Document that most streams can only have a single writer. (#12196) (diff) | |
download | synapse-483f2aa2eca98500046847364ede04b034530aac.tar.xz |
Retention test: avoid relying on state at purged events (#12202)
This test was relying on poking events which weren't in the database into filter_events_for_client.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12202.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12202.misc b/changelog.d/12202.misc new file mode 100644 index 0000000000..9f333e718a --- /dev/null +++ b/changelog.d/12202.misc @@ -0,0 +1 @@ +Avoid trying to calculate the state at outlier events. |