diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-12-17 13:05:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 12:05:39 +0000 |
commit | c07022303ef596fe7f42f6eb7001660a62801715 (patch) | |
tree | f4d6ffdfbc30b04e52990ce3c005eaab7ce9fd9c /changelog.d | |
parent | Make search statement in List Room and User Admin API case-insensitive (#8931) (diff) | |
download | synapse-c07022303ef596fe7f42f6eb7001660a62801715.tar.xz |
Fix a bug that deactivated users appear in the directory (#8933)
Fixes a bug that deactivated users appear in the directory when their profile information was updated. To change profile information of deactivated users is neccesary for example you will remove displayname or avatar. But they should not appear in directory. They are deactivated. Co-authored-by: Erik Johnston <erikj@jki.re>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8933.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8933.bugfix b/changelog.d/8933.bugfix new file mode 100644 index 0000000000..295933d6cd --- /dev/null +++ b/changelog.d/8933.bugfix @@ -0,0 +1 @@ +Fix a bug where deactivated users appeared in the user directory when their profile information was updated. |