0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-11 13:48:50 +02:00
synapse/changelog.d/6109.bugfix

2 lines
154 B
Plaintext

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.