diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2019-03-11 10:53:45 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-11 09:53:45 +0000 |
commit | 2326e00bc43d61e18a5ba49e22d00da0b04c3693 (patch) | |
tree | ae5f396b284f015dc3ce972a0385376950453415 /changelog.d | |
parent | Merge pull request #4837 from matrix-org/erikj/optional_prev_state (diff) | |
download | synapse-2326e00bc43d61e18a5ba49e22d00da0b04c3693.tar.xz |
fix incorrect encoding of filenames with spaces in (#2090)
fixes https://github.com/vector-im/riot-web/issues/3155
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/2090.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2090.bugfix b/changelog.d/2090.bugfix new file mode 100644 index 0000000000..de2d22fcb8 --- /dev/null +++ b/changelog.d/2090.bugfix @@ -0,0 +1 @@ +Fix a bug where media with spaces in the name would get a corrupted name. |