diff options
| author | default <nobody@localhost> | 2025-04-01 06:32:53 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-04-01 06:32:53 +0200 |
| commit | 9b2d0381ba734102c20d2111f0a2b64a3c438ef7 (patch) | |
| tree | d969b47e718d7efe53fafe648a363a198a01e4f3 /activitypub.c | |
| parent | 5090e4e77489d7e4e2d358c417c83be8f76307cb (diff) | |
More scheduled post code.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c index c00c371..4c22c25 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2759,6 +2759,8 @@ int process_user_queue(snac *snac) cnt++; } + scheduled_process(snac); + return cnt; } |