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) cnt++; } + scheduled_process(snac); + return cnt; } |