summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-17 07:14:39 -0400
committerGitHub <noreply@github.com>2021-03-17 07:14:39 -0400
commitb449af0379db871945f32a572883d47b5c9018a3 (patch)
treee9b5b4ad421e63260d1de848ed0867fde0d8fff5 /changelog.d
parentEnable flake8-bugbear, but disable most checks. (#9499) (diff)
downloadsynapse-b449af0379db871945f32a572883d47b5c9018a3.tar.xz
Add type hints to the room member handler. (#9631)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9631.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9631.misc b/changelog.d/9631.misc
new file mode 100644
index 0000000000..35338cd332
--- /dev/null
+++ b/changelog.d/9631.misc
@@ -0,0 +1 @@
+Add additional type hints to the Homeserver object.