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>2021-08-19 17:31:40 +0100
committerGitHub <noreply@github.com>2021-08-19 17:31:40 +0100
commit50af1efe4be8c93ee1fd642b60ab66d32317827b (patch)
treec1dee69c258ac904b1150424fcc14ac8cd8d5ce8 /changelog.d
parentDo not include rooms with an unknown room version in a sync response. (#10644) (diff)
downloadsynapse-50af1efe4be8c93ee1fd642b60ab66d32317827b.tar.xz
Extract `_resolve_state_at_missing_prevs` (#10624)
This is a follow-up to #10615: it takes the code that constructs the state at a backwards extremity, and extracts it to a separate method.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10624.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10624.misc b/changelog.d/10624.misc
new file mode 100644
index 0000000000..9a765435db
--- /dev/null
+++ b/changelog.d/10624.misc
@@ -0,0 +1 @@
+Clean up some of the federation event authentication code for clarity.