diff options
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 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 | ||