summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-05-15 17:17:42 +0100
committerGitHub <noreply@github.com>2020-05-15 17:17:42 +0100
commit16090a077f9f387dcd42edabda58063e3df6b771 (patch)
treeaa7aa6084b86060e797c7a6f27209ef7984660e5 /changelog.d
parentMove event stream handling out of slave store. (#7491) (diff)
downloadsynapse-16090a077f9f387dcd42edabda58063e3df6b771.tar.xz
Prevent 0-member/null room_version rooms from appearing in group room queries (#7465)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7465.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7465.bugfix b/changelog.d/7465.bugfix
new file mode 100644
index 0000000000..1cbe50caa5
--- /dev/null
+++ b/changelog.d/7465.bugfix
@@ -0,0 +1 @@
+Prevent rooms with 0 members or with invalid version strings from breaking group queries.
\ No newline at end of file