diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-29 17:49:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 17:49:47 +0100 |
commit | cb495f526dcfb6ee985df1a284b1af32ea3c5599 (patch) | |
tree | d7820cef0be880ec95149305d4eddb368f293a22 /changelog.d | |
parent | Make inflight background metrics more efficient. (#7597) (diff) | |
download | synapse-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.bugfix | 1 |
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. |