summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar shtrophic2025-04-17 22:01:21 +0200
committerGravatar shtrophic2025-04-17 22:01:21 +0200
commitac8b03f9e96d5778b3c0ddfea94b54e17963a3d4 (patch)
treeb650f683bd6cea37e4d88ae247411f4f9edb2a32 /activitypub.c
parentMerge tag '2.74' into curl-smtp (diff)
parentVersion 2.75 RELEASED. (diff)
downloadpenes-snac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.tar.gz
penes-snac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.tar.xz
penes-snac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.zip
Merge tag '2.75' into curl-smtp
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 3f4b313..061d1f8 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2750,6 +2750,8 @@ int process_user_queue(snac *snac)
2750 cnt++; 2750 cnt++;
2751 } 2751 }
2752 2752
2753 scheduled_process(snac);
2754
2753 return cnt; 2755 return cnt;
2754} 2756}
2755 2757