In the past, PostReceiptAction will create a job that sends out a null json body. However, the body should be an empty object instead. Otherwise, Synapse will return a 400 to us. This fixes the problem.
Type: fix
Differential D16
Fix PostReceiptAction sending out a null json body tusooa on May 5 2024, 9:22 PM. Authored by Tags None Referenced Files None Subscribers None
Details
In the past, PostReceiptAction will create a job that sends out a null json body. However, the body should be an empty object instead. Otherwise, Synapse will return a 400 to us. This fixes the problem. Type: fix Verify that unit tests pass.
Diff Detail
|