diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-02-10 13:11:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 08:11:20 -0500 |
commit | b95407908dfde97e483952722b6fa7a533ff5093 (patch) | |
tree | d8a5ddb8cdbbe3113df9f1369d119208443f66e1 /changelog.d | |
parent | Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) (diff) | |
download | synapse-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.misc | 1 |
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`. |