diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-13 13:31:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 13:31:46 -0400 |
commit | 457096e6dfd2b5837f289366dd99e6d2f276d924 (patch) | |
tree | 6265b2ddaa83e6f409cd7ff2d9afd5d06f76caef /changelog.d | |
parent | Fix handling of "off" in encryption_enabled_by_default_for_room_type (#7822) (diff) | |
download | synapse-457096e6dfd2b5837f289366dd99e6d2f276d924.tar.xz |
Support handling registration requests across multiple client readers. (#7830)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7830.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7830.feature b/changelog.d/7830.feature new file mode 100644 index 0000000000..b4f614084d --- /dev/null +++ b/changelog.d/7830.feature @@ -0,0 +1 @@ +Add support for handling registration requests across multiple client reader workers. |