Closed avp90 closed 2 years ago
The deserialization of the list rooms response (request synapse_admin_api::rooms::list_rooms::v1::Request) is failing with following message:
synapse_admin_api::rooms::list_rooms::v1::Request
deserialization failed: invalid type: integer `0`, expected a boolean at line 1 column 354
Following properties should be handled with serde/boolean_as_uint:
Should be fixed by c82d3ce1b46fcc1ed76e1af556677e370220968b. Let me know if it still doesn't work.
The deserialization of the list rooms response (request
synapse_admin_api::rooms::list_rooms::v1::Request
) is failing with following message:Following properties should be handled with serde/boolean_as_uint: