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-09-07 11:15:51 +0100
committerGitHub <noreply@github.com>2021-09-07 11:15:51 +0100
commitf30c9745abe2c5996918bbd99bae5ce3088d0127 (patch)
tree2d28dc11196de268040ff88608ff60e1528ef1ef /changelog.d
parentMerge tag 'v1.42.0rc2' into develop (diff)
downloadsynapse-f30c9745abe2c5996918bbd99bae5ce3088d0127.tar.xz
Underscore-prefix private fields in `FederationEventHandler` (#10746)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10746.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10746.misc b/changelog.d/10746.misc
new file mode 100644
index 0000000000..9a765435db
--- /dev/null
+++ b/changelog.d/10746.misc
@@ -0,0 +1 @@
+Clean up some of the federation event authentication code for clarity.