diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-29 17:42:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 17:42:10 -0500 |
commit | 9999eb2d0270519f397343c90dfb394823d08e82 (patch) | |
tree | b737049dc33bbd76da7d3ba70b8f817a740c611f /changelog.d | |
parent | Validate input parameters for the sendToDevice API. (#8975) (diff) | |
download | synapse-9999eb2d0270519f397343c90dfb394823d08e82.tar.xz |
Add type hints to admin and room list handlers. (#8973)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8973.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8973.misc b/changelog.d/8973.misc new file mode 100644 index 0000000000..be744f5dc7 --- /dev/null +++ b/changelog.d/8973.misc @@ -0,0 +1 @@ +Add type hints to the admin and room list handlers. |