We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0
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:
The text was updated successfully, but these errors were encountered:
list-room
Should be fixed by c82d3ce. Let me know if it still doesn't work.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: