synapse/changelog.d/15095.misc
Dirk Klimpel 6def779a1a
Use json.dump in FileExfiltrationWriter (#15095)
To directly write to the open file, instead of writing to an
in-memory string first.
2023-02-22 14:29:39 -05:00

1 line
55 B
Plaintext

Refactor writing json data in `FileExfiltrationWriter`.