summary refs log tree commit diff
path: root/changelog.d/17036.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix mypy on latest Twisted release (#17036)Erik Johnston2024-04-111-0/+1
`ITransport.abortConnection` isn't a thing, but `HTTPChannel.forceAbortClient` calls it, so lets just use that Fixes https://github.com/element-hq/synapse/issues/16728