Developer of Emissary
Host of Bandwagon.fm

  • 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: September 6th, 2025

help-circle
  • @[email protected]

    Yes, an Endorsement is very similar to Relationship and I wrestled with this a bunch. But I think we’re modeling a one-way relationship, not two way. I think it’s something like this:

    Relationship: Alice <- work together -> Bob Endorsement: Alice -> endorses work product -> Bob

    And in more practical (and less theoretical) terms, this new object allows us to assume tighter controls around how an Endorsement was made. As under-specified as it is, I could post a valid Relationship between myself and Robert Plant (I did meet him once) and there’s no way to verify it. Using a new object, like Endorsement, we can rely on the workflow around this object a little more, and can verify that Robert Plant actually acknowledged my endorsement (but I’m certain he wouldn’t remember me, the kid in the bookstore)

    So, we should reuse as much of the existing vocabulary as we can (context, content, etc) but I think there’s a good reason for a new top-level object.


  • I’d rather not use Object Integrity Proofs either, and I’d be happy to cut them entirely. But here’s the big issue I’m concerned about:

    Someone may endorse me for one thing (Ben likes Tea) that I’m perfectly ok with. I accept the endorsement, but then they maliciously change the endorsement (Ben likes Coffee, gross) and I still keep their endorsement, leading me to lots of embarrassment.

    Is there another way around this issue that DOESN’T require Object Integrity Proofs?


  • Yes, that’s a good idea. I’m hoping we can make a really streamlined document for the protocol and then to put the other important “how to use this” stuff into some separate document. So it makes sense to put context types somewhere else, too.

    For the very short term there’s a lot of overlapping conversations so it’s easier for me to dump everything into one big messy document. Will that work, with the general understanding that context URIs break out into their own FEP long before we start building?


  • I’ve updated the document to use “Endorsement” as an object (instead of “Endorse” as an activity). This changes the name to “FEP-d471: Endorsements”. I’ve also tried to incorporate a number of the ideas and suggestions here, including a context URI to identify specific KINDS of endorsements, as well as explanations for many common questions.

    If you’re following this, now is a great time to revisit the FEP. This whole thing will be migrated to Codeberg soon (a PR is already in the works) and this will be the primary place to discuss updates :)




  • @julian I’m spinning back and forth on this. Should this be a noun or a verb? In a way, it’s kind of irrelevant - we could query this data all the same whether they’re objects or activities.

    Pros for Activity:

    • Follow, Like, and Block are all activities. Endorse should feel parallel to them
    • We have other examples of actors Accept-ing and Reject-ing other activities.
    • Mastodon API already publishes Endorsement, so we shouldn’t overlap with that.

    Pros for Object:

    • Offer(Endorsement) reads cleaner than Offer(Endorse)
    • As a noun, an Endorsement feels like something I could pick up and hold, attach a signature to, or put on my home page.
    • Mastodon API already publishes Endorsement, so we’d just be opening this up to a broader ActivityPub audience.