summary refs log tree commit diff
path: root/synapse/rest/client/voip.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+1
| | | | Co-authored-by: Patrick Cloke <patrickc@matrix.org>
* Fix getTurnServer response: return an integer ttl (#10922)Lukas Lihotzki2021-09-301-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 Cloke2021-09-241-6/+6
|
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-3/+10
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+73