diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-19 17:31:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 17:31:40 +0100 |
commit | 50af1efe4be8c93ee1fd642b60ab66d32317827b (patch) | |
tree | c1dee69c258ac904b1150424fcc14ac8cd8d5ce8 /changelog.d | |
parent | Do not include rooms with an unknown room version in a sync response. (#10644) (diff) | |
download | synapse-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.misc | 1 |
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. |