summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-29 17:42:10 -0500
committerGitHub <noreply@github.com>2020-12-29 17:42:10 -0500
commit9999eb2d0270519f397343c90dfb394823d08e82 (patch)
treeb737049dc33bbd76da7d3ba70b8f817a740c611f /changelog.d
parentValidate input parameters for the sendToDevice API. (#8975) (diff)
downloadsynapse-9999eb2d0270519f397343c90dfb394823d08e82.tar.xz
Add type hints to admin and room list handlers. (#8973)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8973.misc1
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.