Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The WebSocket message 'Request' has a property called 'id' according to the spec. (Responses will mirror that property in a property called 'requestId'.) James however calls this 'requestId'
The unit test here:
needs to read:
"id": "req-36",
(I messed this up in my JMAP library as well. The fix is here: https://github.com/iNPUTmice/jmap/commit/58fa163b8d55e3a6e5be4cf3bbfaca4700963b93 )
Attachments
Issue Links
- links to