diff options
| author | 2025-04-06 07:22:44 +0000 | |
|---|---|---|
| committer | 2025-04-06 07:22:44 +0000 | |
| commit | 3c427faaf8bc3c1cf942566252a098b81c603419 (patch) | |
| tree | 5bdaea6008da151ef0a5a56771691f8073d80c9c /activitypub.c | |
| parent | Update po/cs.po (diff) | |
| parent | The avatar and header images have a prefix in their names. (diff) | |
| download | snac2-3c427faaf8bc3c1cf942566252a098b81c603419.tar.gz snac2-3c427faaf8bc3c1cf942566252a098b81c603419.tar.xz snac2-3c427faaf8bc3c1cf942566252a098b81c603419.zip | |
Merge pull request 'master' (#1) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/pmjv/snac2/pulls/1
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 | ||