summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorandrew do <andrewddo@gmail.com>2022-08-03 05:26:31 -0700
committerGitHub <noreply@github.com>2022-08-03 14:26:31 +0200
commit78a3111c41bf93fd52774965af50d62b74d937de (patch)
treedfbf7dfc38a6252a5e66f8d417f4e27765be5009 /changelog.d
parentInstall cryptography build dependencies in requirements image. (#13372) (diff)
downloadsynapse-78a3111c41bf93fd52774965af50d62b74d937de.tar.xz
Return 404 or member list when getting joined_members after leaving (#13374)
Signed-off-by: Andrew Doh <andrewddo@gmail.com>
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Co-authored-by: Andrew Morgan <andrewm@element.io>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13374.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13374.bugfix b/changelog.d/13374.bugfix
new file mode 100644
index 0000000000..1c5bd1b363
--- /dev/null
+++ b/changelog.d/13374.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 0.24.0 that would respond with the wrong error status code to `/joined_members` requests when the requester is not a current member of the room. Contributed by @andrewdoh.
\ No newline at end of file