summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-01 15:02:39 +0000
committerGitHub <noreply@github.com>2022-11-01 15:02:39 +0000
commit2bd7f3eeab1a4818359c9f585b660ff3f3d8bc6c (patch)
tree0bf20e807a4569ea29cf3f8feca4619caa28ad53 /changelog.d
parentMerge branch 'release-v1.71' into develop (diff)
downloadsynapse-2bd7f3eeab1a4818359c9f585b660ff3f3d8bc6c.tar.xz
Allow PUT/GET of aliases during faster join (#14292)
without blocking on full state.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14292.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14292.bugfix b/changelog.d/14292.bugfix
new file mode 100644
index 0000000000..4ed92f5cf2
--- /dev/null
+++ b/changelog.d/14292.bugfix
@@ -0,0 +1 @@
+Faster joins: do not block creation of or queries for room aliases during the resync.