0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-04 11:48:54 +02:00
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`.