diff options
author | David Robertson <davidr@element.io> | 2022-11-15 16:36:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 16:36:43 +0000 |
commit | 258b5285b6b486526dffef9431c2ab063913f42b (patch) | |
tree | f36309d0f3e88f9cf99a43caf705253e9c211e80 /changelog.d | |
parent | Send content rules with pattern_type to clients (#14356) (diff) | |
download | synapse-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.misc | 1 |
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. |