Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

NodeBB

  1. Home
  2. General Discussion
  3. #activitypub thonk: delivering to a Collection is nonsensical because a Collection could be an actor.

#activitypub thonk: delivering to a Collection is nonsensical because a Collection could be an actor.

Scheduled Pinned Locked Moved General Discussion
activitypub
8 Posts 3 Posters 3 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • trwnh@mastodon.socialT This user is from outside of this forum
    trwnh@mastodon.socialT This user is from outside of this forum
    trwnh@mastodon.social
    wrote on last edited by
    #1

    #activitypub thonk: delivering to a Collection is nonsensical because a Collection could be an actor. but so can a Group

    basically you have implicit behavior "the Collection needs to be expanded to its items which are assumed to all be actors" just like a Group might expand to all its members (except the assumption there is a bit stronger, you can generally expect a Group's members to all be individuals?)

    whereas something like WAC makes a distinction between agent, agentGroup, agentClass

    trwnh@mastodon.socialT 1 Reply Last reply
    0
    • trwnh@mastodon.socialT trwnh@mastodon.social

      #activitypub thonk: delivering to a Collection is nonsensical because a Collection could be an actor. but so can a Group

      basically you have implicit behavior "the Collection needs to be expanded to its items which are assumed to all be actors" just like a Group might expand to all its members (except the assumption there is a bit stronger, you can generally expect a Group's members to all be individuals?)

      whereas something like WAC makes a distinction between agent, agentGroup, agentClass

      trwnh@mastodon.socialT This user is from outside of this forum
      trwnh@mastodon.socialT This user is from outside of this forum
      trwnh@mastodon.social
      wrote on last edited by
      #2

      i'm not actually sure how something like this could be resolved. clearly there is existing functionality that depends on expanding collections found in the audience addressing properties: specifically, the followers collection, which powers the "followers-only post" feature, which is the primary reason activitypub even got adopted by mastodon in the first place

      trwnh@mastodon.socialT 1 Reply Last reply
      0
      • trwnh@mastodon.socialT trwnh@mastodon.social

        i'm not actually sure how something like this could be resolved. clearly there is existing functionality that depends on expanding collections found in the audience addressing properties: specifically, the followers collection, which powers the "followers-only post" feature, which is the primary reason activitypub even got adopted by mastodon in the first place

        trwnh@mastodon.socialT This user is from outside of this forum
        trwnh@mastodon.socialT This user is from outside of this forum
        trwnh@mastodon.social
        wrote on last edited by
        #3

        i guess to make any transition less painful you would probably want to solve multiple problems at the same time? but part of the problem is that it’s not clear what the exact behavior of to/cc should be with respect to this other dimension of something being an actor, a group of actors (like your followers), or a class of actors (like Public). and there’s another dimension after that — splitting delivery from visibility. you can’t actually deliver to Public; it doesn’t have an inbox.

        sl007@digitalcourage.socialS trwnh@mastodon.socialT 2 Replies Last reply
        0
        • trwnh@mastodon.socialT trwnh@mastodon.social

          i guess to make any transition less painful you would probably want to solve multiple problems at the same time? but part of the problem is that it’s not clear what the exact behavior of to/cc should be with respect to this other dimension of something being an actor, a group of actors (like your followers), or a class of actors (like Public). and there’s another dimension after that — splitting delivery from visibility. you can’t actually deliver to Public; it doesn’t have an inbox.

          sl007@digitalcourage.socialS This user is from outside of this forum
          sl007@digitalcourage.socialS This user is from outside of this forum
          sl007@digitalcourage.social
          wrote on last edited by
          #4

          @trwnh
          but there is https://codeberg.org/fediverse/fep/src/branch/main/fep/400e/fep-400e.md

          1 Reply Last reply
          0
          • trwnh@mastodon.socialT trwnh@mastodon.social

            i guess to make any transition less painful you would probably want to solve multiple problems at the same time? but part of the problem is that it’s not clear what the exact behavior of to/cc should be with respect to this other dimension of something being an actor, a group of actors (like your followers), or a class of actors (like Public). and there’s another dimension after that — splitting delivery from visibility. you can’t actually deliver to Public; it doesn’t have an inbox.

            trwnh@mastodon.socialT This user is from outside of this forum
            trwnh@mastodon.socialT This user is from outside of this forum
            trwnh@mastodon.social
            wrote on last edited by
            #5

            https://github.com/w3c/activitypub/issues/486

            One snag I came across while modeling followable collections is that currently, you cannot address Collections without also attempting delivery to every single item in the Collection; because of this, it is impossible to Follow a Collection unless you proxy the Follow through something that is a non-Collection actor... which there isn't a clear way to do, because there isn't a clear way to follow non-actor objects in general 😕

            trwnh@mastodon.socialT 1 Reply Last reply
            0
            • trwnh@mastodon.socialT trwnh@mastodon.social

              https://github.com/w3c/activitypub/issues/486

              One snag I came across while modeling followable collections is that currently, you cannot address Collections without also attempting delivery to every single item in the Collection; because of this, it is impossible to Follow a Collection unless you proxy the Follow through something that is a non-Collection actor... which there isn't a clear way to do, because there isn't a clear way to follow non-actor objects in general 😕

              trwnh@mastodon.socialT This user is from outside of this forum
              trwnh@mastodon.socialT This user is from outside of this forum
              trwnh@mastodon.social
              wrote on last edited by
              #6

              I am not sure how feasible it is to introduce a system of hierarchical ownership, such that a Collection owned by a Person can have its own followers collection but not its own inbox, for which you would have to crawl up the chain of attributedTo to find the first available inbox

              Something like it is going to be necessary, but as currently stated it doesn't seem sound. Assuming a Person who is using their inbox like email (not automated/programmatic), this might require manual intervention.

              trwnh@mastodon.socialT 1 Reply Last reply
              0
              • trwnh@mastodon.socialT trwnh@mastodon.social

                I am not sure how feasible it is to introduce a system of hierarchical ownership, such that a Collection owned by a Person can have its own followers collection but not its own inbox, for which you would have to crawl up the chain of attributedTo to find the first available inbox

                Something like it is going to be necessary, but as currently stated it doesn't seem sound. Assuming a Person who is using their inbox like email (not automated/programmatic), this might require manual intervention.

                trwnh@mastodon.socialT This user is from outside of this forum
                trwnh@mastodon.socialT This user is from outside of this forum
                trwnh@mastodon.social
                wrote on last edited by
                #7

                Really, the problem is that you don't know how much you can expect the server to do automatically... like, maybe the server can maintain the followers collection automatically based on whether you Accept Follow on the Conversation/Feed/Wall/Stream/etc... but you'd have to explicitly address that followers collection and possibly rely on inbox forwarding, right?

                fentiger@mastodon.socialF 1 Reply Last reply
                0
                • trwnh@mastodon.socialT trwnh@mastodon.social

                  Really, the problem is that you don't know how much you can expect the server to do automatically... like, maybe the server can maintain the followers collection automatically based on whether you Accept Follow on the Conversation/Feed/Wall/Stream/etc... but you'd have to explicitly address that followers collection and possibly rely on inbox forwarding, right?

                  fentiger@mastodon.socialF This user is from outside of this forum
                  fentiger@mastodon.socialF This user is from outside of this forum
                  fentiger@mastodon.social
                  wrote on last edited by
                  #8

                  @trwnh I've started wondering if it would make more sense for an activity addressed to a Collection to be delivered to that Collection's owning actor - which is then responsible for expanding the collection, if that's what makes sense.

                  My thinking was that this would allow the owner to define policies such as who's allowed to send to the collection - but it would also support your use case, by allowing the owner to treat Follow activities differently.

                  1 Reply Last reply
                  0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  Powered by NodeBB Contributors
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups