forked-synapse/changelog.d
Lukas Lihotzki 2c240213f4
Fix requestOpenIdToken response: integer expires_in (#10175)
`expires_in` must be an integer according to the OpenAPI spec:
https://github.com/matrix-org/matrix-doc/blob/master/data/api/client-server/definitions/openid_token.yaml#L32

True division (`/`) returns a float instead (`"expires_in": 3600.0`).
Floor division (`//`) returns an integer, so the response is spec compliant.

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
2021-06-16 13:16:35 +01:00
..
.gitignore
6739.feature
9359.feature
9933.misc
10080.misc
10115.bugfix Fix 'ip_range_whitelist' not working for federation servers (#10115) 2021-06-15 08:53:55 +01:00
10122.doc
10134.misc Make opentracing trace into event persistence (#10134) 2021-06-16 11:41:15 +01:00
10143.misc
10144.misc
10145.misc
10148.misc
10154.bugfix
10155.misc
10156.misc
10157.misc
10160.misc
10161.removal Remove support for unstable MSC1772 prefixes. (#10161) 2021-06-15 08:03:17 -04:00
10164.misc
10167.feature Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
10175.bugfix Fix requestOpenIdToken response: integer expires_in (#10175) 2021-06-16 13:16:35 +01:00
10180.doc Fix broken links in documentation (#10180) 2021-06-16 13:15:52 +01:00