diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-06 14:49:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 14:49:33 +0100 |
commit | b298de780a488274846cb76f986f2f66a92bb64a (patch) | |
tree | 26868b3ea051a58806c5f09b555bda446a556bed /changelog.d/10745.misc | |
parent | Allow `room_alias_name` parameter to be handled by /createRoom calls on worke... (diff) | |
download | synapse-b298de780a488274846cb76f986f2f66a92bb64a.tar.xz |
Stop using BaseHandler in `FederationEventHandler` (#10745)
It's now only used in a couple of places, so we can drop it altogether.
Diffstat (limited to 'changelog.d/10745.misc')
-rw-r--r-- | changelog.d/10745.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10745.misc b/changelog.d/10745.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10745.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |