From 2c2a42cc107fb02bbf7c8d4e6141cbe601221629 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 5 Jul 2022 05:56:06 -0500 Subject: 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 --- changelog.d/13131.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13131.bugfix (limited to 'changelog.d') 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. -- cgit 1.4.1