diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-17 07:14:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 07:14:39 -0400 |
commit | b449af0379db871945f32a572883d47b5c9018a3 (patch) | |
tree | e9b5b4ad421e63260d1de848ed0867fde0d8fff5 /changelog.d | |
parent | Enable flake8-bugbear, but disable most checks. (#9499) (diff) | |
download | synapse-b449af0379db871945f32a572883d47b5c9018a3.tar.xz |
Add type hints to the room member handler. (#9631)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9631.misc | 1 |
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. |