summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-02-22 20:29:39 +0100
committerGitHub <noreply@github.com>2023-02-22 14:29:39 -0500
commit6def779a1a7c49cd10e635986fbfa1e422eb20bf (patch)
treef0ca53844836767faef969a6cce56d5482591482 /changelog.d
parentClarify the workers that the ThirdPartyRules' `on_new_event` callback will ru... (diff)
downloadsynapse-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.misc1
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