diff options
author | David Robertson <davidr@element.io> | 2022-11-01 15:02:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 15:02:39 +0000 |
commit | 2bd7f3eeab1a4818359c9f585b660ff3f3d8bc6c (patch) | |
tree | 0bf20e807a4569ea29cf3f8feca4619caa28ad53 | |
parent | Merge branch 'release-v1.71' into develop (diff) | |
download | synapse-2bd7f3eeab1a4818359c9f585b660ff3f3d8bc6c.tar.xz |
Allow PUT/GET of aliases during faster join (#14292)
without blocking on full state.
-rw-r--r-- | changelog.d/14292.bugfix | 1 | ||||
-rw-r--r-- | synapse/handlers/directory.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/14292.bugfix b/changelog.d/14292.bugfix new file mode 100644 |