summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-10-12 18:19:21 +0100
committerGitHub <noreply@github.com>2021-10-12 18:19:21 +0100
commit8eaffe013cd37cdf9ec34875fc13d9b1249919e7 (patch)
treeb3b745fac7f9ac386241d84461899779ccb17d64 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.45' into develop (diff)
downloadsynapse-8eaffe013cd37cdf9ec34875fc13d9b1249919e7.tar.xz
Update `_wrap_in_base_path` type hints to preserve function arguments (#11055)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11055.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11055.misc b/changelog.d/11055.misc
new file mode 100644
index 0000000000..27688c3214
--- /dev/null
+++ b/changelog.d/11055.misc
@@ -0,0 +1 @@
+Improve type hints for `_wrap_in_base_path` decorator used by `MediaFilePaths`.