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>2020-07-01 16:21:02 +0100
committerGitHub <noreply@github.com>2020-07-01 16:21:02 +0100
commita6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c (patch)
treecbd3e33b0d499581b377f4065f5a920e239029a3 /changelog.d
parentFix incorrect error message when database CTYPE was set incorrectly. (#7760) (diff)
downloadsynapse-a6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c.tar.xz
Type checking for `FederationHandler` (#7770)
fix a few things to make this pass mypy.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7770.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7770.misc b/changelog.d/7770.misc
new file mode 100644
index 0000000000..5b864084be
--- /dev/null
+++ b/changelog.d/7770.misc
@@ -0,0 +1 @@
+Fix up `synapse.handlers.federation` to pass mypy.