Element iOS sends wrong format to /keys/query #3539
Labels
A-E2EE
spec compliance
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
Milestone
The
/keys/query
request contains the wrong format. The spec calls fordevice_keys
to take the format{string: [string]}
but Element iOS is sending{string: {string: bool, string: bool, ...}}
.Synapse ignores this because it doesn't check the type and processes it as an array (possibly incorrectly, not sure). Dendrite raises an error because we are strict about the type.
The text was updated successfully, but these errors were encountered: