summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2023-02-10 13:11:20 +0000
committerGitHub <noreply@github.com>2023-02-10 08:11:20 -0500
commitb95407908dfde97e483952722b6fa7a533ff5093 (patch)
treed8a5ddb8cdbbe3113df9f1369d119208443f66e1 /changelog.d
parentRefactor get_user_devices_from_cache to avoid mutating cached values. (#15040) (diff)
downloadsynapse-b95407908dfde97e483952722b6fa7a533ff5093.tar.xz
Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15047.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15047.misc b/changelog.d/15047.misc
new file mode 100644
index 0000000000..561dc874de
--- /dev/null
+++ b/changelog.d/15047.misc
@@ -0,0 +1 @@
+Avoid mutating cached values in `_generate_sync_entry_for_account_data`.