aboutsummaryrefslogtreecommitdiff
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 c186095..2c0aa98 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2588,6 +2588,9 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
if (following_check(snac, actor)) {
following_add(snac, actor, msg);
snac_log(snac, xs_fmt("confirmed follow from %s", actor));
+
+ /* request a bit of this fellow's outbox */
+ enqueue_collect_outbox(snac, actor);
}
else
snac_log(snac, xs_fmt("spurious follow accept from %s", actor));