matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Use string for federation_client_minimum_tls_version documentation examples #16353

Closed jcgruenhage closed 1 year ago

jcgruenhage commented 1 year ago

Synapse fetches this value from the config and casts it to a string, no matter what it was before. Using floats for protocol identifiers rubs me the wrong way, so I wanted to update the docs here. Synapse works with both a float and string here, so it's just a matter of adjusting the docs.

Signed-off-by: Jan Christian Grünhage jan.christian@gruenhage.xyz

Pull Request Checklist

clokep commented 1 year ago

Makes sense to me. Thanks! 👍