How to subscribe to a thread?
-
How to subscribe to a thread?
Several days ago FEP-efda: Followable objects was published. I don't like this solution because ActivityPub spec only talks about "following" in the context of actors, and the proposed "proxy-following" mechanism forces us to change some well-established practices.
So here is an alternative: FEP-f06f: Object observers.
Object observer is an actor that can be followed to receive object updates. If conversation thread is a collection, its observer will broadcast
Add
andRemove
activities that have thread collection as theirtarget
. Observer's followers will have an up-to-date view of the thread. -
J julian@community.nodebb.org shared this topic
-
How to subscribe to a thread?
Several days ago FEP-efda: Followable objects was published. I don't like this solution because ActivityPub spec only talks about "following" in the context of actors, and the proposed "proxy-following" mechanism forces us to change some well-established practices.
So here is an alternative: FEP-f06f: Object observers.
Object observer is an actor that can be followed to receive object updates. If conversation thread is a collection, its observer will broadcast
Add
andRemove
activities that have thread collection as theirtarget
. Observer's followers will have an up-to-date view of the thread.@silverpill@mitra.social I think given the addressing limitations of collections, this by-proxy method of determining who to send an
as:Follow
to makes sense as a stopgap measure until ActivityPub's next version...