diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-28 07:31:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 07:31:07 -0500 |
commit | 12d425900048b29a95b06428f04ed6ecc9e09d15 (patch) | |
tree | d6abcef8e9694b60b51f84330cf68ee41f8a1f99 /changelog.d | |
parent | Fixed set a user as an admin with the new API (#6928) (diff) | |
download | synapse-12d425900048b29a95b06428f04ed6ecc9e09d15.tar.xz |
Add some type annotations to the federation base & client classes (#6995)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6995.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6995.misc b/changelog.d/6995.misc new file mode 100644 index 0000000000..884b4cf4ee --- /dev/null +++ b/changelog.d/6995.misc @@ -0,0 +1 @@ +Add some type annotations to the federation base & client classes. |