summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-28 08:34:19 -0500
committerGitHub <noreply@github.com>2021-01-28 08:34:19 -0500
commita78016dadfb1680f5f77daae9948086b37cbeef8 (patch)
treeb37fc59e70db054bbf081c3e802b33a9135fd875 /changelog.d
parentAdd notes on integrating with Facebook for SSO login. (#9244) (diff)
downloadsynapse-a78016dadfb1680f5f77daae9948086b37cbeef8.tar.xz
Add type hints to E2E handler. (#9232)
This finishes adding type hints to the `synapse.handlers` module.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9232.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9232.misc b/changelog.d/9232.misc
new file mode 100644
index 0000000000..9d44b621c9
--- /dev/null
+++ b/changelog.d/9232.misc
@@ -0,0 +1 @@
+Add type hints to handlers code.