summary refs log tree commit diff
path: root/changelog.d/6109.bugfix
blob: da7ac1be4e72c05152fafa412ffe016c513d1739 (plain) (blame)
1
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.