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