ruma / synapse-admin-api

Ruma API declarations for the synapse admin API
MIT License
8 stars 5 forks source link

rooms::list_rooms::v1::Request failed - deserialization failed: invalid type: integer `0` #14

Closed avp90 closed 2 years ago

avp90 commented 2 years ago

The deserialization of the list rooms response (request synapse_admin_api::rooms::list_rooms::v1::Request) is failing with following message:

deserialization failed: invalid type: integer `0`, expected a boolean at line 1 column 354

Following properties should be handled with serde/boolean_as_uint:

jplatte commented 2 years ago

Should be fixed by c82d3ce1b46fcc1ed76e1af556677e370220968b. Let me know if it still doesn't work.