summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c
index 0a4419d..6300fc9 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -378,6 +378,9 @@ int timeline_request(snac *snac, const char **id, xs_str **wrk, int level)
378 /* store */ 378 /* store */
379 timeline_add(snac, nid, object); 379 timeline_add(snac, nid, object);
380 380
381 /* redistribute to lists for this user */
382 list_distribute(snac, actor, object);
383
381 /* recurse! */ 384 /* recurse! */
382 timeline_request(snac, &in_reply_to, NULL, level + 1); 385 timeline_request(snac, &in_reply_to, NULL, level + 1);
383 } 386 }