-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
KeysClaimRequest
generates malformed bodies
#56
Comments
This is something of a replay of matrix-org/matrix-rust-sdk#801, but in different bindings. It seems a bit silly to me if we have to remember to fix this every time we create bindings. @Hywan as the author of the magical |
Yes, the idea is basically to re-apply matrix-org/matrix-rust-sdk#817 I suppose. |
It seems silly to me that each set of bindings has to know which fields are |
The
body
ofKeysClaimRequest
structs looks like this:That
timeout
property is malformed according to the specThe text was updated successfully, but these errors were encountered: