diff options
author | Will Hunt <will@half-shot.uk> | 2020-09-29 17:15:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 12:15:27 -0400 |
commit | c2bdf040aa93f3b542d1b0e2f6ce57853630ec6f (patch) | |
tree | 9f8dfca42da5a706238aae564c27206671bf5fa1 /changelog.d | |
parent | Don't check whether a 3pid is allowed to register during password reset (#8414) (diff) | |
download | synapse-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.bugfix | 1 |
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`. |