diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-08-01 13:54:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 13:54:56 +0100 |
commit | 5d018d23f01afe995c435d1d2951a0e7f5b5feb1 (patch) | |
tree | e1c9c2341a9545ade5791e40078f25e54a2ebf56 /changelog.d | |
parent | Merge pull request #5808 from matrix-org/erikj/parse_decode_error (diff) | |
download | synapse-5d018d23f01afe995c435d1d2951a0e7f5b5feb1.tar.xz |
Have ClientReaderSlavedStore inherit RegistrationStore (#5806)
Fixes #5803
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5806.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5806.bugfix b/changelog.d/5806.bugfix new file mode 100644 index 0000000000..c5ca0f5629 --- /dev/null +++ b/changelog.d/5806.bugfix @@ -0,0 +1 @@ +Fix error when trying to login as a deactivated user when using a worker to handle login. |