Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Fedilab Apps@apps@toot.fedilab.app (2026-06-13 04:43:58)
Following a thread is now available in the latest version of #HolosSocial. #ActivityPub already lets you follow an object, not only an account, so a Follow can target a post. You then receive new replies, even from accounts you do not follow. A thread is short-lived, so the Follow uses the standard endTime property to expire on its own. It works best when other servers support it, that's why I want to turn it into a #FEP.

For people curious about the idea: https://tom79.dev/posts/follow-a-note/
---Reply--- silverpill@silverpill@mitra.social (2026-06-13 06:18:57) @apps I wrote this FEP: https://codeberg.org/fediverse/fep/src/branch/main/fep/f06f/fep-f06f.md

Object observer is an ActivityPub actor that can be followed to receive object updates.

However, I never implemented it. Pulling context and replies is often enough.
Reply

---Replies---
Fedilab Apps@apps@toot.fedilab.app (2026-06-13 06:36:14)
@silverpill
Thanks, I read your FEP. The main difference is that the Follow targets the Note directly, with no observer actor in between. It also adds two conditions: the author must be indexable, so consent is explicit, and the Follow uses endTime because a thread is short-lived. On my side, Holos falls back to polling the replies collection when a server ignores the Follow, so it keeps working everywhere.