diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-10 14:28:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 14:28:42 -0400 |
commit | d9e47af61768545d4dcbff5f57643c37c3ae8500 (patch) | |
tree | 61b0ecafb7e36c27673b9bc4c8f9297e103e04db /changelog.d | |
parent | Include room states on invite events sent to ASes (#6455) (diff) | |
download | synapse-d9e47af61768545d4dcbff5f57643c37c3ae8500.tar.xz |
Add types to the server code and remove unused parameter (#7813)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7813.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7813.misc b/changelog.d/7813.misc new file mode 100644 index 0000000000..f3005cfd27 --- /dev/null +++ b/changelog.d/7813.misc @@ -0,0 +1 @@ +Add type hints to the http server code and remove an unused parameter. |