diff options
author | David Robertson <davidr@element.io> | 2021-10-18 14:20:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 13:20:04 +0000 |
commit | 37b845dabc687b1e0d4bc84bf5933db10db641d5 (patch) | |
tree | dd2d870094c8c6c063d7e6a8e9babb46d206c5ce /changelog.d | |
parent | Correctly exclude users when making a room public or private (#11075) (diff) | |
download | synapse-37b845dabc687b1e0d4bc84bf5933db10db641d5.tar.xz |
Don't remove local users from dir when the leave their last room (#11103)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11103.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11103.bugfix b/changelog.d/11103.bugfix new file mode 100644 index 0000000000..3498f04a45 --- /dev/null +++ b/changelog.d/11103.bugfix @@ -0,0 +1 @@ +Fix local users who left all their rooms being removed from the user directory, even if the "search_all_users" config option was enabled. \ No newline at end of file |