diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-19 11:24:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 10:24:09 +0100 |
commit | f3efa0036bf3ec716b855839bad75702d31f7352 (patch) | |
tree | 2ed7dd95a1b2d91bd8c78c0b3e8d14f95f25ef47 /changelog.d | |
parent | Rename `_auth_and_persist_fetched_events` (#11116) (diff) | |
download | synapse-f3efa0036bf3ec716b855839bad75702d31f7352.tar.xz |
Move _persist_auth_tree into FederationEventHandler (#11115)
This is just a lift-and-shift, because it fits more naturally here. We do rename it to `process_remote_join` at the same time though.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11115.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11115.misc b/changelog.d/11115.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/11115.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |