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
F44657538: D16.1772373869.diff
Sat, Feb 28, 6:04 AM
F44657469: D16.1772373839.diff
Sat, Feb 28, 6:03 AM
F44647009: D16.1772368387.diff
Sat, Feb 28, 4:33 AM
F44646943: D16.1772368362.diff
Sat, Feb 28, 4:32 AM
F44626005: D16.1772357079.diff
Sat, Feb 28, 1:24 AM
F44626000: D16.1772357075.diff
Sat, Feb 28, 1:24 AM
F44616242: D16.1772351764.diff
Fri, Feb 27, 11:56 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