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-31 18:39:34 +0100
committerGitHub <noreply@github.com>2022-03-31 17:39:34 +0000
commit6927d8725430356880e212edf0c61bf32cb071c3 (patch)
treedc4d94f3262e26e2b552d7d2b9f7f91922643249 /changelog.d
parentAdd more type hints to the main state store. (#12267) (diff)
downloadsynapse-6927d8725430356880e212edf0c61bf32cb071c3.tar.xz
Handle outliers in `/federation/v1/event` (#12332)
The intention here is to avoid doing state lookups for outliers in
`/_matrix/federation/v1/event`. Unfortunately that's expanded into something of
a rewrite of `filter_events_for_server`, which ended up trying to do that
operation in a couple of places.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12332.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12332.misc b/changelog.d/12332.misc
new file mode 100644
index 0000000000..9f333e718a
--- /dev/null
+++ b/changelog.d/12332.misc
@@ -0,0 +1 @@
+Avoid trying to calculate the state at outlier events.