summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-03-11 10:33:49 +0000
committerGitHub <noreply@github.com>2022-03-11 10:33:49 +0000
commit483f2aa2eca98500046847364ede04b034530aac (patch)
tree9a99324f4543eec278d6fed61024056c9c280b61 /changelog.d
parentDocument that most streams can only have a single writer. (#12196) (diff)
downloadsynapse-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.misc1
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.