summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2020-09-29 17:15:27 +0100
committerGitHub <noreply@github.com>2020-09-29 12:15:27 -0400
commitc2bdf040aa93f3b542d1b0e2f6ce57853630ec6f (patch)
tree9f8dfca42da5a706238aae564c27206671bf5fa1 /changelog.d
parentDon't check whether a 3pid is allowed to register during password reset (#8414) (diff)
downloadsynapse-c2bdf040aa93f3b542d1b0e2f6ce57853630ec6f.tar.xz
Discard an empty upload_name before persisting an uploaded file (#7905)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7905.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7905.bugfix b/changelog.d/7905.bugfix
new file mode 100644
index 0000000000..e60e624412
--- /dev/null
+++ b/changelog.d/7905.bugfix
@@ -0,0 +1 @@
+Fix a longstanding bug when storing a media file with an empty `upload_name`.