diff options
author | Jerin J Titus <72017981+jerinjtitus@users.noreply.github.com> | 2021-05-24 22:13:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 17:43:30 +0100 |
commit | 057ce7b75406dc97be8ff2c890c47fd9357b0773 (patch) | |
tree | 0f009796547429e7adff2ee0a09baf9b67083070 /changelog.d | |
parent | Fix --no-daemonize for synctl with workers (#9995) (diff) | |
download | synapse-057ce7b75406dc97be8ff2c890c47fd9357b0773.tar.xz |
Remove tls_fingerprints option (#9280)
Signed-off-by: Jerin J Titus <72017981+jerinjtitus@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9280.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9280.removal b/changelog.d/9280.removal new file mode 100644 index 0000000000..c2ed3d308d --- /dev/null +++ b/changelog.d/9280.removal @@ -0,0 +1 @@ +Removed support for the deprecated `tls_fingerprints` configuration setting. Contributed by Jerin J Titus. \ No newline at end of file |