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
F140185: D16.1737241194.diff
Fri, Jan 17, 2:59 PM
F140178: D16.1737240804.diff
Fri, Jan 17, 2:53 PM
F140065: D16.1737229102.diff
Fri, Jan 17, 11:38 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