diff options
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 5aae251..651c18c 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1215,7 +1215,7 @@ void process_queue(void) continue; } - process_queue_item(q_item); + job_post(q_item); } } |