summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-11-26 17:04:15 +0000
committerGitHub <noreply@github.com>2019-11-26 17:04:15 +0000
commitf085894cd118557441a2c5fb71c06c7f66b7fe1a (patch)
tree0e48a89740363a1fc36fd7a7b5a4d5c331ab2cad /changelog.d
parentMerge branch 'master' into develop (diff)
parentDon't construct a set (diff)
downloadsynapse-f085894cd118557441a2c5fb71c06c7f66b7fe1a.tar.xz
Merge pull request #6420 from matrix-org/erikj/fix_find_next_generated_user_id_localpart
Fix guest registration 
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6420.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6420.bugfix b/changelog.d/6420.bugfix
new file mode 100644
index 0000000000..aef47cccaa
--- /dev/null
+++ b/changelog.d/6420.bugfix
@@ -0,0 +1 @@
+Fix broken guest registration when there are existing blocks of numeric user IDs.