diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-15 15:27:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 15:27:35 +0100 |
commit | f13061d5153eca9bd7054d5b89ade41f3a430f3b (patch) | |
tree | 827797d67d99b93f41e35fac8ff21cb886c01a66 /changelog.d | |
parent | Convert E2E key and room key handlers to async/await. (#7851) (diff) | |
download | synapse-f13061d5153eca9bd7054d5b89ade41f3a430f3b.tar.xz |
Fix client reader sharding tests (#7853)
* Fix client reader sharding tests * Newsfile * Fix typing * Update changelog.d/7853.misc Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Move mocking of http_client to tests Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7853.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7853.misc b/changelog.d/7853.misc new file mode 100644 index 0000000000..b4f614084d --- /dev/null +++ b/changelog.d/7853.misc @@ -0,0 +1 @@ +Add support for handling registration requests across multiple client reader workers. |