summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar default2025-04-01 06:32:53 +0200
committerGravatar default2025-04-01 06:32:53 +0200
commit9b2d0381ba734102c20d2111f0a2b64a3c438ef7 (patch)
treed969b47e718d7efe53fafe648a363a198a01e4f3 /activitypub.c
parentAdded more scheduling code. (diff)
downloadpenes-snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.tar.gz
penes-snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.tar.xz
penes-snac2-9b2d0381ba734102c20d2111f0a2b64a3c438ef7.zip
More scheduled post code.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
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