Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Phantasm@phnt@fluffytail.org (2026-03-18 08:28:09)
Federated rich presence just so I can set suya.. mode
---Reply---
silverpill@silverpill@mitra.social (2026-03-18 23:04:13)
@phnt smithereen has it: https://codeberg.org/fediverse/fep/src/branch/main/fep/82f6/fep-82f6.md
(by the way, this FEP is in "final comments" stage, so the best time to raise objections / provide feedback is now)
Reply
---Replies---
Phantasm@phnt@fluffytail.org (2026-03-18 23:49:22)
@silverpill
I have some comments I'll think about and maybe make into an issue later
`status` should not be inlined, and instead a link to the Object for optimization reasons (Instance does not need to query DB for the latest status when Actor is being requested. Instead if remote instance is interested in the status, or it changed, it can be fetched with another request `statusHistory` probably should be ordered so syncing it can be done without refetching every page of it I don't like the usage of Remove on ActorStatus which is not a Collection, Undo might be a better replacement for clearing the status
Anyways, it might be better to cc @grishka before I go creating an issue without discussion.
Also I was more thinking of what Misskey has with the user presence status which I don't know if it federated. Which shows whether a user is online/away/busy/offline.