diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 11:28:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:28:48 +0000 |
commit | a2276d4d3ca72896582ef24d01fdff6c01e38689 (patch) | |
tree | 0fd0700b680eb95d44879c451cf0c053a99213c5 /changelog.d | |
parent | Update CI to run isort on scripts and scripts-dev (#6270) (diff) | |
download | synapse-a2276d4d3ca72896582ef24d01fdff6c01e38689.tar.xz |
Fix log line that was printing undefined value (#6278)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6278.bugfix | 1 |
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. |