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
F163840: D16.1740343331.diff
Sat, Feb 22, 12:42 PM
F163839: D16.1740343327.diff
Sat, Feb 22, 12:42 PM
F163821: D16.1740343255.diff
Sat, Feb 22, 12:40 PM
F163814: D16.1740342455.diff
Sat, Feb 22, 12:27 PM
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