diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-06 10:12:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 10:12:43 -0400 |
commit | 7615e2bf48d7bed3da7235d60f84a3c847ac78f5 (patch) | |
tree | efcc6168b58427d1725175c27484a069670b7bad /changelog.d | |
parent | Drop unused tables & unneeded access token ID for events. (#16268) (diff) | |
download | synapse-7615e2bf48d7bed3da7235d60f84a3c847ac78f5.tar.xz |
Return ThumbnailInfo in more places (#16438)
Improves type hints by using concrete types instead of dictionaries.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16438.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16438.misc b/changelog.d/16438.misc new file mode 100644 index 0000000000..bd7cdd42af --- /dev/null +++ b/changelog.d/16438.misc @@ -0,0 +1 @@ +Reduce memory allocations. |