Spec incorrectly states that lang
field in response to /pushers
is required
#1643
Labels
A-Client-Server
Issues affecting the CS API
A-Push
clarification
An area where the expected behaviour is understood, but the spec could do with being more explicit
Link to problem area:
matrix-spec/data/api/client-server/pusher.yaml
Line 103 in 99e2ff4
Issue
Synapse seems to not set that field, which seems to cause problems in SDKs generated from the openapi spec:
https://github.com/matrix-org/synapse/blob/3de82bb2af28f56696a79bf41ccffc81385b6e2c/synapse/rest/admin/users.py#L470
https://github.com/matrix-org/synapse/blob/3de82bb2af28f56696a79bf41ccffc81385b6e2c/synapse/handlers/register.py#L1022
famedly/dart_matrix_api_lite#136
The text was updated successfully, but these errors were encountered: