summary refs log tree commit diff
path: root/changelog.d/15311.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reject mentions on the C-S API which are invalid. (#15311)Patrick Cloke2023-03-241-0/+1
Invalid mentions data received over the Client-Server API should be rejected with a 400 error. This will hopefully stop clients from sending invalid data, although does not help with data received over federation.