Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 2023-03-23 | 1 | -0/+1 |
| | | | | Co-authored-by: Patrick Cloke <patrickc@matrix.org> | ||||
* | Fix getTurnServer response: return an integer ttl (#10922) | Lukas Lihotzki | 2021-09-30 | 1 | -1/+1 |
| | | | | | | | | | `ttl` must be an integer according to the OpenAPI spec: https://github.com/matrix-org/matrix-doc/blob/old_master/data/api/client-server/voip.yaml#L70 True division (`/`) returns a float instead (`"ttl": 7200.0`). Floor division (`//`) returns an integer, so the response is spec compliant. Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de> | ||||
* | Use direct references for configuration variables (part 5). (#10897) | Patrick Cloke | 2021-09-24 | 1 | -6/+6 |
| | |||||
* | Addtional type hints for the REST servlets. (#10665) | Patrick Cloke | 2021-08-23 | 1 | -3/+10 |
| | |||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+73 |