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 | |
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>
-rw-r--r-- | changelog.d/11217.bugfix | 1 | ||||
-rw-r--r-- | synapse/federation/transport/client.py | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/11217.bugfix b/changelog.d/11217.bugfix new file mode 100644 |