summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:36:35 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:36:35 +0000
commitcb1692474a16a634c4fcf12797f59092bb06b423 (patch)
treee6f4b5b101510ba801af2e4f5934cc63c0f8b57a /changelog.d
parentUpdate CI to run isort on scripts and scripts-dev (#6270) (diff)
parentFix log line that was printing undefined value (#6278) (diff)
downloadsynapse-cb1692474a16a634c4fcf12797f59092bb06b423.tar.xz
Fix log line that was printing undefined value (#6278)
* commit 'a2276d4d3':
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6278.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6278.bugfix b/changelog.d/6278.bugfix
new file mode 100644
index 0000000000..c107270461
--- /dev/null
+++ b/changelog.d/6278.bugfix
@@ -0,0 +1 @@
+Fix exception when remote servers attempt to join a room that they're not allowed to join.