diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-04 15:42:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 15:42:33 +0000 |
commit | b9449012db6abbeacb543025313954ccd2580146 (patch) | |
tree | 69630c272e28207fc6cbf70e779e603695d04ea3 /changelog.d | |
parent | Merge pull request #6329 from matrix-org/babolivier/context_filters (diff) | |
parent | Add changelog file (diff) | |
download | synapse-b9449012db6abbeacb543025313954ccd2580146.tar.xz |
Merge pull request #6441 from syamgk/fix-parameter-mismatch
Fix issue #6406 parameter mismatch
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6406.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6406.bugfix b/changelog.d/6406.bugfix new file mode 100644 index 0000000000..ca9bee084b --- /dev/null +++ b/changelog.d/6406.bugfix @@ -0,0 +1 @@ +Fix bug: TypeError in `register_user()` while using LDAP auth module. |