I’m looking into events and ActivityPub federation. I have a scenario in mind and I’m curious how other people approach it.
Jan: Paul sets up an amazing event for September. As he creates it, a Create message is sent with type Event to all his followers and put on his public stream.
Aug: Jessica follows Paul for the first time. Paul does not edit the event so no messages are sent out about the event.
Sept: Jessica totally misses Paul’s great event, which she would have loved to have been involved in.
I’m new to ActivityPub so excuse me if this is dumb, but am I missing something here?
Does the way that messages are sent in a timely feed make this kind of information discovery difficult?
Maybe in Aug, when Paul’s server gets a “new follower” ping, could it respond by sending all upcoming events so the new person sees them? Would that result in flooding people, is that bad manners?
Or should it be up to Jessica’s server to go back through Paul’s feed looking for old messages that are still relevant?
Thanks for comments,
ps. This may be related to this comment from Murmurations protocol for directories and maps:
pps. I’ve also seen Events in ActivityPub - sorry I missed it. Gathio’s thing of making the event the Actor is very interesting, but doesn’t fit my use case.