diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-07 09:59:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 09:59:38 -0500 |
commit | 92d87c68824c17e02a8d9e7ca4f9c44b78426cfb (patch) | |
tree | 55dd2b6f3ceaf4253871b386fa486428f850fda7 /changelog.d/8880.misc | |
parent | Add type hints to the push mailer module. (#8882) (diff) | |
download | synapse-92d87c68824c17e02a8d9e7ca4f9c44b78426cfb.tar.xz |
Add type hints for HTTP and email pushers. (#8880)
Diffstat (limited to 'changelog.d/8880.misc')
-rw-r--r-- | changelog.d/8880.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8880.misc b/changelog.d/8880.misc new file mode 100644 index 0000000000..4ff0b94b94 --- /dev/null +++ b/changelog.d/8880.misc @@ -0,0 +1 @@ +Add type hints to push module. |