diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-22 17:58:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 17:58:57 +0100 |
commit | 26f2bfedbf5493d8a69d1b38147b6236e7606cd3 (patch) | |
tree | 7e1886447a6293f0c5f6ac92778891b93df1d3b2 /changelog.d | |
parent | Treat "\u0000" as "\u0020" for the purposes of message search (message indexi... (diff) | |
download | synapse-26f2bfedbf5493d8a69d1b38147b6236e7606cd3.tar.xz |
Factor out a separate `EventContext.for_outlier` (#10883)
Constructing an EventContext for an outlier is actually really simple, and there's no sense in going via an `async` method in the `StateHandler`. This also means that we can resolve a bunch of FIXMEs.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10883.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10883.misc b/changelog.d/10883.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10883.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |