diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-11-25 13:30:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 13:30:47 -0500 |
commit | 968939bdacc66be91aeba440a6b2ae7bc84731f1 (patch) | |
tree | adc3e791cb2ceff89f1e73bfdfbbb782286f9a8d /changelog.d/8806.misc | |
parent | Support trying multiple localparts for OpenID Connect. (#8801) (diff) | |
download | synapse-968939bdacc66be91aeba440a6b2ae7bc84731f1.tar.xz |
Add additional type hints to HTTP client. (#8812)
This also removes some duplicated code between the simple HTTP client and matrix federation client.
Diffstat (limited to 'changelog.d/8806.misc')
-rw-r--r-- | changelog.d/8806.misc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/8806.misc b/changelog.d/8806.misc index 52457deb5e..ee144846a5 100644 --- a/changelog.d/8806.misc +++ b/changelog.d/8806.misc @@ -1 +1 @@ -Add type hints to matrix federation client and agent. +Add type hints to HTTP abstractions. |