diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-04 10:31:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 10:31:19 +0000 |
commit | 87c230c27cdeb7e421f61f1271a500c760f1f63b (patch) | |
tree | 3d4fb21c902694b1789e4cb0e6b98cb0177db900 /changelog.d | |
parent | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) (diff) | |
download | synapse-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.misc | 1 |
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. |