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 ee31ecd..9c47590 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1316,7 +1316,7 @@ int process_queue(void) xs *q_item = dequeue(fn); if (q_item != NULL) { - job_post(q_item); + job_post(q_item, 0); cnt++; } } |