You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with #56, this feels like a result of doing our own serialisation rather than taking advantage of the existing serialisation attributes on the underlying Ruma type. /cc @Hywan
The body of KeysUploadRequest structs looks like this:
null
is not a valid value fordevice_keys
according to the spec, which requires it to be a JSON object if it is present.Related: #56
The text was updated successfully, but these errors were encountered: