Join Nostr
2026-06-28 19:58:38 UTC

JCM on Nostr: Next #ActivityPub question, this time about the delivery of activities: Let's say a ...

Next #ActivityPub question, this time about the delivery of activities:
Let's say a user on my server sends a post. I have a list of the user's followers.

Do I…
a) … webfinger each follower, then request the user, then deliver the activity to the inbox

b) … directly request the user (i.e. I remember the URL rather than the handle), then deliver the activity to the inbox

c) … directly deliver to the inbox (i.e. I don't care about the users, I only store the inboxes) without re-requesting the user profile
#ActivityPub