matrix-org / synapse

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

Remove Python version from `/_synapse/admin/v1/server_version` #16380

Closed MomentQYC closed 1 year ago

MomentQYC commented 1 year ago

Allow hiding Python version information.

Pull Request Checklist

MomentQYC commented 1 year ago

Per the open thread.

I'm sorry I didn't understand what was supposed to be accomplished.

clokep commented 1 year ago

I'm sorry I didn't understand what was supposed to be accomplished.

I think our conclusion is that we should just remove the Python version. 👍

MomentQYC commented 1 year ago

I think our conclusion is that we should just remove the Python version. 👍

Delete it outright instead of optionally hiding it?

clokep commented 1 year ago

I think our conclusion is that we should just remove the Python version. 👍

Delete it outright instead of optionally hiding it?

Correct.

clokep commented 1 year ago

I think we need to update docs/admin_api/version_api.md also.

MomentQYC commented 1 year ago

I think we need to update docs/admin_api/version_api.md also.

Done