summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-29 17:49:47 +0100
committerGitHub <noreply@github.com>2020-05-29 17:49:47 +0100
commitcb495f526dcfb6ee985df1a284b1af32ea3c5599 (patch)
treed7820cef0be880ec95149305d4eddb368f293a22 /changelog.d
parentMake inflight background metrics more efficient. (#7597) (diff)
downloadsynapse-cb495f526dcfb6ee985df1a284b1af32ea3c5599.tar.xz
Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. (#7599)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7599.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7599.bugfix b/changelog.d/7599.bugfix
new file mode 100644
index 0000000000..deefe5680f
--- /dev/null
+++ b/changelog.d/7599.bugfix
@@ -0,0 +1 @@
+Fix bug where returning rooms for a group would fail if it included a room that the server was not in.