mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
e5c5e213ea
Since e81fa92648
, Synapse depends on
the use_float flag which has been introduced in ijson 3.1 and
is not available in 3.0. This is known to cause runtime errors
with send_join.
Signed-off-by: Daniel Molkentin <danimo@infra.run>
Co-authored-by: Daniel Molkentin <danimo@infra.run>
2 lines
96 B
Plaintext
2 lines
96 B
Plaintext
Fix a bug introduced in 1.47.0 where `send_join` could fail due to an outdated `ijson` version.
|