diff options
author | David Robertson <davidr@element.io> | 2021-09-23 13:02:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 12:02:13 +0000 |
commit | dcfd8649704bd0a05bfbffdd96d60fc2b1913a2f (patch) | |
tree | b49bc7ab8668971aef83ecd5b1ca3fdfb7e55743 /changelog.d | |
parent | Use direct references for some configuration variables (part 3) (#10885) (diff) | |
download | synapse-dcfd8649704bd0a05bfbffdd96d60fc2b1913a2f.tar.xz |
Fix reactivated users not being added to the user directory (#10782)
Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by: reivilibre <olivier@librepush.net> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10782.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10782.bugfix b/changelog.d/10782.bugfix new file mode 100644 index 0000000000..3e410447cc --- /dev/null +++ b/changelog.d/10782.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug which caused deactivated users that were later reactivated to be missing from the user directory. \ No newline at end of file |