diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-28 11:12:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 11:12:21 -0400 |
commit | 31d721fbf6655080235003b5576110d477fa2353 (patch) | |
tree | 1d1bb27413104ec063d17611172b646afde0db53 /changelog.d | |
parent | Add an admin APIs to allow server admins to list users' pushers (#8610) (diff) | |
download | synapse-31d721fbf6655080235003b5576110d477fa2353.tar.xz |
Add type hints to application services. (#8655)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8655.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8655.misc b/changelog.d/8655.misc new file mode 100644 index 0000000000..b588bdd3e2 --- /dev/null +++ b/changelog.d/8655.misc @@ -0,0 +1 @@ +Add more type hints to the application services code. |