Page MenuHomePhorge

Fix PostReceiptAction sending out a null json body
ClosedPublic

Authored by tusooa on May 5 2024, 9:22 PM.
Tags
None
Referenced Files
F85637838: D16.1786815069.diff
Fri, Aug 14, 10:31 AM
F85637837: D16.1786815065.diff
Fri, Aug 14, 10:31 AM
F85637836: D16.1786815063.diff
Fri, Aug 14, 10:31 AM
F85637725: D16.1786813601.diff
Fri, Aug 14, 10:06 AM
F85637619: D16.1786799522.diff
Fri, Aug 14, 6:12 AM
Subscribers
None

Details

Summary

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

Test Plan

Verify that unit tests pass.

Diff Detail

Repository
rL libkazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable