diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-19 18:05:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 17:05:12 +0000 |
commit | e81d62009ee091d69d56bca702ba0edd39becb1c (patch) | |
tree | b20911f0ffe6e7fee3a022ff658144bf73cdce58 /changelog.d | |
parent | Extract `_resolve_state_at_missing_prevs` (#10624) (diff) | |
download | synapse-e81d62009ee091d69d56bca702ba0edd39becb1c.tar.xz |
Split `on_receive_pdu` in half (#10640)
Here we split on_receive_pdu into two functions (on_receive_pdu and process_pulled_event), rather than having both cases in the same method. There's a tiny bit of overlap, but not that much.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10640.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10640.misc b/changelog.d/10640.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10640.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |