summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-04-11 16:03:45 +0100
committerGitHub <noreply@github.com>2024-04-11 16:03:45 +0100
commit3a30846bd088bbfecd9ddfa1ee82a6951670ade7 (patch)
tree0bb7c79bf45eb6c5f6bd8063cc0230e5eb661a1d /changelog.d
parent1.105.0rc1 (diff)
downloadsynapse-3a30846bd088bbfecd9ddfa1ee82a6951670ade7.tar.xz
Fix mypy on latest Twisted release (#17036)
`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
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17036.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17036.misc b/changelog.d/17036.misc
new file mode 100644
index 0000000000..3296668059
--- /dev/null
+++ b/changelog.d/17036.misc
@@ -0,0 +1 @@
+Fix mypy with latest Twisted release.