diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-05-15 17:17:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 17:17:42 +0100 |
commit | 16090a077f9f387dcd42edabda58063e3df6b771 (patch) | |
tree | aa7aa6084b86060e797c7a6f27209ef7984660e5 /changelog.d | |
parent | Move event stream handling out of slave store. (#7491) (diff) | |
download | synapse-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.bugfix | 1 |
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 |