diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-17 15:46:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 10:46:40 -0500 |
commit | c9c1c9d82f190abc2f1254f75fe42bf29eff08e1 (patch) | |
tree | dd061098c47d23c4a8066afc2931570e6760c786 /changelog.d | |
parent | Use the simple dictionary in full text search for the user directory (#8959) (diff) | |
download | synapse-c9c1c9d82f190abc2f1254f75fe42bf29eff08e1.tar.xz |
Fix `UsersListTestCase` (#8964)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8964.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8964.bugfix b/changelog.d/8964.bugfix new file mode 100644 index 0000000000..295933d6cd --- /dev/null +++ b/changelog.d/8964.bugfix @@ -0,0 +1 @@ +Fix a bug where deactivated users appeared in the user directory when their profile information was updated. |