mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-10 20:58:26 -05:00
![Lukas Lihotzki](/assets/img/avatar_default.png)
`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>