summary refs log tree commit diff
path: root/changelog.d/6480.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-05 15:02:35 +0000
committerGitHub <noreply@github.com>2019-12-05 15:02:35 +0000
commit63d6ad1064c1a5fe23da3b6b64474a2b211f5eea (patch)
tree3e2b1e6632ea1c0524771faca1a98d646904e798 /changelog.d/6480.misc
parentSanity-check the rooms of auth events before pulling them in. (#6472) (diff)
downloadsynapse-63d6ad1064c1a5fe23da3b6b64474a2b211f5eea.tar.xz
Stronger typing in the federation handler (#6480)
replace the event_info dict with an attrs thing

Diffstat (limited to 'changelog.d/6480.misc')
-rw-r--r--changelog.d/6480.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6480.misc b/changelog.d/6480.misc
new file mode 100644
index 0000000000..d9a44389b9
--- /dev/null
+++ b/changelog.d/6480.misc
@@ -0,0 +1 @@
+Refactor some code in the event authentication path for clarity.