matrix-org / synapse

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

Set response values to zero if None for /_synapse/admin/v1/federation/destinations #16729

Closed Half-Shot closed 11 months ago

Half-Shot commented 11 months ago

The docs say these values should be integers (0 if no retries have been tried), but Synapse is currently returning null instead.

Pull Request Checklist