diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-24 11:56:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 11:56:13 +0100 |
commit | 261c9763c472f0ea1ceac9729dfc3a5da2799300 (patch) | |
tree | 4c3299dd5079d6b471f14b55357b6c2d14b2d78a /changelog.d | |
parent | Add reactor to `SynapseRequest` and fix up types. (#10868) (diff) | |
download | synapse-261c9763c472f0ea1ceac9729dfc3a5da2799300.tar.xz |
Simplify `_auth_and_persist_fetched_events` (#10901)
Combine the two loops over the list of events, and hence get rid of `_NewEventInfo`. Also pass the event back alongside the context, so that it's easier to process the result.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10901.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10901.misc b/changelog.d/10901.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10901.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |