summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-11-15 16:36:43 +0000
committerGitHub <noreply@github.com>2022-11-15 16:36:43 +0000
commit258b5285b6b486526dffef9431c2ab063913f42b (patch)
treef36309d0f3e88f9cf99a43caf705253e9c211e80 /changelog.d
parentSend content rules with pattern_type to clients (#14356) (diff)
downloadsynapse-258b5285b6b486526dffef9431c2ab063913f42b.tar.xz
Fix typechecking errors introduced in #14128 (#14455)
* Fix typechecking errors introduced in #14128

* Changelog

* Correct annotations

so that context_factory works if you don't use TLS
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14455.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14455.misc b/changelog.d/14455.misc
new file mode 100644
index 0000000000..29168ef955
--- /dev/null
+++ b/changelog.d/14455.misc
@@ -0,0 +1 @@
+Add TLS support for generic worker endpoints.