diff options
| author | 2025-04-01 06:32:53 +0200 | |
|---|---|---|
| committer | 2025-04-01 06:32:53 +0200 | |
| commit | 9b2d0381ba734102c20d2111f0a2b64a3c438ef7 (patch) | |
| tree | d969b47e718d7efe53fafe648a363a198a01e4f3 /activitypub.c | |
| parent | Added more scheduling code. (diff) | |
| download | snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.tar.gz snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.tar.xz snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.zip | |
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) | |||
| 2759 | cnt++; | 2759 | cnt++; |
| 2760 | } | 2760 | } |
| 2761 | 2761 | ||
| 2762 | scheduled_process(snac); | ||
| 2763 | |||
| 2762 | return cnt; | 2764 | return cnt; |
| 2763 | } | 2765 | } |
| 2764 | 2766 | ||