diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-25 12:11:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 12:11:40 -0400 |
commit | fcf7a5759efd9bd81838baf298e80e79218f3bf0 (patch) | |
tree | 320d0b4061a48d75b5f63fd2e3af7ee400d1d8ab /changelog.d | |
parent | Replace simple_async_mock with AsyncMock (#16180) (diff) | |
download | synapse-fcf7a5759efd9bd81838baf298e80e79218f3bf0.tar.xz |
Send proper JSON POST data to /publicRooms (#16185)
The include_all_networks was previously sent in the JSON body as string "true" and "false" instead of boolean true and false.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16185.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16185.bugfix b/changelog.d/16185.bugfix new file mode 100644 index 0000000000..e62c9c7a0d --- /dev/null +++ b/changelog.d/16185.bugfix @@ -0,0 +1 @@ +Fix a spec compliance issue where requests to the `/publicRooms` federation API would specify `include_all_networks` as a string. |