diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-20 07:59:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 07:59:18 -0500 |
commit | 620ecf13b0a33b660f85d0ac5b0c713b45fe1368 (patch) | |
tree | 19494a62fb06f7bf3966f2ebe48524995b4eeee6 /changelog.d | |
parent | docs: Add link to Matrix VoIP tester for turn-howto (#9135) (diff) | |
download | synapse-620ecf13b0a33b660f85d0ac5b0c713b45fe1368.tar.xz |
Various improvements to the federation client. (#9129)
* Type hints for `FederationClient`. * Using `async` functions instead of returning `Awaitable` instances.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9129.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9129.misc b/changelog.d/9129.misc new file mode 100644 index 0000000000..7800be3e7e --- /dev/null +++ b/changelog.d/9129.misc @@ -0,0 +1 @@ +Various improvements to the federation client. |