diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-28 08:34:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 08:34:19 -0500 |
commit | a78016dadfb1680f5f77daae9948086b37cbeef8 (patch) | |
tree | b37fc59e70db054bbf081c3e802b33a9135fd875 /changelog.d | |
parent | Add notes on integrating with Facebook for SSO login. (#9244) (diff) | |
download | synapse-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.misc | 1 |
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. |