diff options
Diffstat (limited to 'internal/processing/report/create.go')
-rw-r--r-- | internal/processing/report/create.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/processing/report/create.go b/internal/processing/report/create.go index ac4c4390d..cc2f2405c 100644 --- a/internal/processing/report/create.go +++ b/internal/processing/report/create.go @@ -91,6 +91,7 @@ func (p *processor) Create(ctx context.Context, account *gtsmodel.Account, form APActivityType: ap.ActivityFlag, GTSModel: report, OriginAccount: account, + TargetAccount: targetAccount, }) apiReport, err := p.tc.ReportToAPIReport(ctx, report) |