diff options
author | Syam G Krishnan <syamgk01@gmail.com> | 2019-11-29 23:06:44 +0530 |
---|---|---|
committer | Syam G Krishnan <syamgk01@gmail.com> | 2019-12-04 13:03:54 +0530 |
commit | b62c9db8d77d76a962300aa740d2e61d57dc6888 (patch) | |
tree | 90277b544502b95633b427f9f8aed3e218d153d4 | |
parent | Issue #6406 Fix parameter mismatch (diff) | |
download | synapse-b62c9db8d77d76a962300aa740d2e61d57dc6888.tar.xz |
Add changelog file
Signed-off-by: Syam G Krishnan <syamgk@gmail.com>
-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. |