diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-19 11:23:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 10:23:55 +0100 |
commit | 0170774b1906c901b214acd63ab4936c177db5a3 (patch) | |
tree | 96fff538c4c1933ee9c7a612576e5df44da16eea /changelog.d/11116.misc | |
parent | Include rejected status when we log events. (#11008) (diff) | |
download | synapse-0170774b1906c901b214acd63ab4936c177db5a3.tar.xz |
Rename `_auth_and_persist_fetched_events` (#11116)
... to `_auth_and_persist_outliers`, since that reflects its purpose better.
Diffstat (limited to 'changelog.d/11116.misc')
-rw-r--r-- | changelog.d/11116.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11116.misc b/changelog.d/11116.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/11116.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |