forked-synapse/changelog.d/16185.bugfix
Patrick Cloke fcf7a5759e
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.
2023-08-25 12:11:40 -04:00

2 lines
130 B
Plaintext

Fix a spec compliance issue where requests to the `/publicRooms` federation API would specify `include_all_networks` as a string.