summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-10-05 13:01:41 +0100
committerGitHub <noreply@github.com>2021-10-05 13:01:41 +0100
commit787af4a1062fecc350fa14fe2abfc0e9d2f1555e (patch)
tree64c4a84652677b710bb7c1e87de78dcfe6681316 /changelog.d
parent`_update_auth_events_and_context_for_auth`: add some comments (#10987) (diff)
downloadsynapse-787af4a1062fecc350fa14fe2abfc0e9d2f1555e.tar.xz
Host `cache_joined_hosts_for_event` to caller (#10986)
`_check_event_auth` is only called in two places, and only one of those sets
`send_on_behalf_of`. Warming the cache isn't really part of auth anyway, so
moving it out makes a lot more sense.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10986.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10986.misc b/changelog.d/10986.misc
new file mode 100644
index 0000000000..9a765435db
--- /dev/null
+++ b/changelog.d/10986.misc
@@ -0,0 +1 @@
+Clean up some of the federation event authentication code for clarity.