diff options
author | David Robertson <davidr@element.io> | 2021-10-15 15:53:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 15:53:05 +0100 |
commit | e09be0c87a8c0da1381e7986cc940d1411705081 (patch) | |
tree | 8ebf9ce242825bd466794d2961d98da554bf05f2 /changelog.d | |
parent | Move experimental & retention config out of the server module. (#11070) (diff) | |
download | synapse-e09be0c87a8c0da1381e7986cc940d1411705081.tar.xz |
Correctly exclude users when making a room public or private (#11075)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11075.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11075.bugfix b/changelog.d/11075.bugfix new file mode 100644 index 0000000000..9b24971c5a --- /dev/null +++ b/changelog.d/11075.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where users excluded from the user directory were added into the directory if they belonged to a room which became public or private. \ No newline at end of file |