diff options
author | Shay <shaysquared@gmail.com> | 2021-11-01 09:28:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 09:28:04 -0700 |
commit | e81fa9264873369653171157514ff68226491fff (patch) | |
tree | ccdf2e1e6ef8dafe8e07e8154a7168850b45948e /changelog.d | |
parent | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) (diff) | |
download | synapse-e81fa9264873369653171157514ff68226491fff.tar.xz |
Add `use_float=true` to ijson calls in Synapse (#11217)
* add use_float=true to ijson calls * lints * add changelog * Update changelog.d/11217.bugfix Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11217.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11217.bugfix b/changelog.d/11217.bugfix new file mode 100644 index 0000000000..67ebb0d0e3 --- /dev/null +++ b/changelog.d/11217.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in 1.35.0 which made it impossible to join rooms that return a `send_join` response containing floats. \ No newline at end of file |