Post AmCxAYOWIfnp72DPto by mikedev@fediversity.site
(DIR) More posts by mikedev@fediversity.site
(DIR) Post #Am1USpclwaj4LwgakS by FenTiger@mastodon.social
2024-09-06T21:06:51Z
0 likes, 0 repeats
@thisismissem Well, if you mean that replies get sent back to the thread's originator at first and then distributed more widely from there - yes, I think this would be much clearer. It would also allow the originator to enforce various policies (signature scheme permitting).
(DIR) Post #Am1USqQkwkhyqy4Veq by mikedev@fediversity.site
2024-09-06T21:26:18Z
0 likes, 0 repeats
Tried to get a constrained conversation model into ActivityPub for over a decade. Finally settled on this:https://fediversity.site/help/develop/en/ContainersI didn't create an FEP specifically for this because it's just a minor tweak to a couple of existing FEPs. This provides a mechanism to easily implement reply controls, moderation, groups, private groups, conversation completion, relayed deliveries, circles and much more. And it's all generic ActivityPub and co-exists with microblog software. I added a little indicator in the UI so you can see at a glance if the conversation you're participating in is safe or not.
(DIR) Post #Am1USrCG68hpEIIRhQ by silverpill@mitra.social
2024-09-15T09:19:27.210199Z
0 likes, 0 repeats
@mikedev @FenTiger Would you mind if I make a FEP based on this document?
(DIR) Post #AmCumGsPa0nbvJUT2m by mikedev@fediversity.site
2024-09-15T10:25:34Z
0 likes, 0 repeats
I don't mind.
(DIR) Post #AmCumHr1wdHwxJqsWu by silverpill@mitra.social
2024-09-20T21:35:57.841886Z
0 likes, 0 repeats
@mikedev draft: https://codeberg.org/silverpill/feps/src/branch/main/171b/fep-171b.mdIt is based on the original text, but I added several clarifications, and also some new requirements:- Compatibility with FEP-7888- The recommended type of collection is Context- Using FEP-c7d3 framework for authenticationBut it still should be compatible with your implementation. If it will diverge in the future, I'll pick a different name
(DIR) Post #AmCxAYOWIfnp72DPto by mikedev@fediversity.site
2024-09-20T21:48:31Z
0 likes, 0 repeats
I can foresee a lot of confusion over the mingling of '@context', 'context', and 'Context'. Do you have a recommended LD namespace for the latter, and should it be a type with multiple properties (['OrderedCollection', 'Context'])? It wasn't obvious from the document. Otherwise that looks good.
(DIR) Post #AmCxAZ2ZtjqT7GxPKy by silverpill@mitra.social
2024-09-20T22:02:52.822613Z
0 likes, 0 repeats
@mikedevI would prefer to use a single type, but ['OrderedCollection', 'Context'] is also an option. The type will be defined in w3id.org/fep namespace with full URI being https://w3id.org/fep/171b/Context (assuming this idea survives the community review)