summary refs log tree commit diff
path: root/changelog.d/5219.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling for rooms whose versions are unknown. (#5219)Richard van der Hoff2019-05-211-0/+1
If we remove support for a particular room version, we should behave more gracefully. This should make client requests fail with a 400 rather than a 500, and will ignore individiual PDUs in a federation transaction, rather than the whole transaction.