summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-18 14:20:04 +0100
committerGitHub <noreply@github.com>2021-10-18 13:20:04 +0000
commit37b845dabc687b1e0d4bc84bf5933db10db641d5 (patch)
treedd2d870094c8c6c063d7e6a8e9babb46d206c5ce /changelog.d
parentCorrectly exclude users when making a room public or private (#11075) (diff)
downloadsynapse-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.bugfix1
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