summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-05 05:56:06 -0500
committerGitHub <noreply@github.com>2022-07-05 05:56:06 -0500
commit2c2a42cc107fb02bbf7c8d4e6141cbe601221629 (patch)
tree028131a8de41d3b849be64cec2347e59f23044ef /changelog.d
parentAdd the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir... (diff)
downloadsynapse-2c2a42cc107fb02bbf7c8d4e6141cbe601221629.tar.xz
Fix application service not being able to join remote federated room without a profile set (#13131)
Fix https://github.com/matrix-org/synapse/issues/4778

Complement tests: https://github.com/matrix-org/complement/pull/399
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13131.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13131.bugfix b/changelog.d/13131.bugfix
new file mode 100644
index 0000000000..06602f03fe
--- /dev/null
+++ b/changelog.d/13131.bugfix
@@ -0,0 +1 @@
+Fix application service not being able to join remote federated room without a profile set.