diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-07 10:00:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 10:00:08 -0500 |
commit | 1f3748f03398f8f91ec5121312aa79dd58306ec1 (patch) | |
tree | 1d9797ac6e1462a761013fcb41ec8518ba55604b /changelog.d | |
parent | Add type hints for HTTP and email pushers. (#8880) (diff) | |
download | synapse-1f3748f03398f8f91ec5121312aa79dd58306ec1.tar.xz |
Do not raise a 500 exception when previewing empty media. (#8883)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8883.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8883.bugfix b/changelog.d/8883.bugfix new file mode 100644 index 0000000000..6137fc5b2b --- /dev/null +++ b/changelog.d/8883.bugfix @@ -0,0 +1 @@ +Fix a 500 error when attempting to preview an empty HTML file. |