diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-02-22 20:29:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 14:29:39 -0500 |
commit | 6def779a1a7c49cd10e635986fbfa1e422eb20bf (patch) | |
tree | f0ca53844836767faef969a6cce56d5482591482 /changelog.d | |
parent | Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru... (diff) | |
download | synapse-6def779a1a7c49cd10e635986fbfa1e422eb20bf.tar.xz |
Use `json.dump` in `FileExfiltrationWriter` (#15095)
To directly write to the open file, instead of writing to an in-memory string first.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15095.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15095.misc b/changelog.d/15095.misc new file mode 100644 index 0000000000..a2fafe2fff --- /dev/null +++ b/changelog.d/15095.misc @@ -0,0 +1 @@ +Refactor writing json data in `FileExfiltrationWriter`. \ No newline at end of file |