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-04 10:31:19 +0000
committerGitHub <noreply@github.com>2022-03-04 10:31:19 +0000
commit87c230c27cdeb7e421f61f1271a500c760f1f63b (patch)
tree3d4fb21c902694b1789e4cb0e6b98cb0177db900 /changelog.d
parentFix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) (diff)
downloadsynapse-87c230c27cdeb7e421f61f1271a500c760f1f63b.tar.xz
Update client-visibility filtering for outlier events (#12155)
Avoid trying to get the state for outliers, which isn't a sensible thing to do.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12155.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12155.misc b/changelog.d/12155.misc
new file mode 100644
index 0000000000..9f333e718a
--- /dev/null
+++ b/changelog.d/12155.misc
@@ -0,0 +1 @@
+Avoid trying to calculate the state at outlier events.