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
Unknown Object (File)
Thu, Sep 5, 6:04 PM
Unknown Object (File)
Thu, Sep 5, 11:48 AM
Unknown Object (File)
Thu, Sep 5, 10:49 AM
Unknown Object (File)
Sat, Aug 31, 5:36 AM
Unknown Object (File)
Sun, Aug 25, 8:23 PM
Unknown Object (File)
Sat, Aug 24, 11:37 PM
Unknown Object (File)
Sat, Aug 24, 11:37 PM
Unknown Object (File)
Sat, Aug 24, 2:41 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