diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-05 15:02:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-05 15:02:35 +0000 |
commit | 63d6ad1064c1a5fe23da3b6b64474a2b211f5eea (patch) | |
tree | 3e2b1e6632ea1c0524771faca1a98d646904e798 /changelog.d | |
parent | Sanity-check the rooms of auth events before pulling them in. (#6472) (diff) | |
download | synapse-63d6ad1064c1a5fe23da3b6b64474a2b211f5eea.tar.xz |
Stronger typing in the federation handler (#6480)
replace the event_info dict with an attrs thing
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6480.misc | 1 |
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. |