diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-10-24 12:23:56 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-10-24 12:47:58 +0100 |
commit | 8831b04a53681c931197809d9010326bdd44ecad (patch) | |
tree | e498b87f97265d07b840a3da36fff4db2512389d /changelog.d/6109.bugfix | |
parent | Option to suppress resource exceeded alerting (#6173) (diff) | |
download | synapse-8831b04a53681c931197809d9010326bdd44ecad.tar.xz |
1.5.0rc1
Diffstat (limited to 'changelog.d/6109.bugfix')
-rw-r--r-- | changelog.d/6109.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/6109.bugfix b/changelog.d/6109.bugfix deleted file mode 100644 index da7ac1be4e..0000000000 --- a/changelog.d/6109.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug when uploading a large file: Synapse responds with `M_UNKNOWN` while it should be `M_TOO_LARGE` according to spec. Contributed by Anshul Angaria. |