summaryrefslogtreecommitdiff
path: root/internal/processing/status/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/status/create.go')
-rw-r--r--internal/processing/status/create.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/status/create.go b/internal/processing/status/create.go
index d758fc0fb..80cc65c7f 100644
--- a/internal/processing/status/create.go
+++ b/internal/processing/status/create.go
@@ -143,11 +143,11 @@ func (p *Processor) Create(
}
// send it back to the client API worker for async side-effects.
- p.state.Workers.EnqueueClientAPI(ctx, messages.FromClientAPI{
+ p.state.Workers.Client.Queue.Push(&messages.FromClientAPI{
APObjectType: ap.ObjectNote,
APActivityType: ap.ActivityCreate,
GTSModel: status,
- OriginAccount: requester,
+ Origin: requester,
})
if status.Poll != nil {