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. Technical Discussion
  3. My posts on Mastodon say that no one is permitted to quote-boosts my posts — yet I never made that choice.

My posts on Mastodon say that no one is permitted to quote-boosts my posts — yet I never made that choice.

Scheduled Pinned Locked Moved Technical Discussion
activitiypubfedidevfedidevsfediversefep044f
8 Posts 5 Posters 0 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.
  • reiver@mastodon.socialR This user is from outside of this forum
    reiver@mastodon.socialR This user is from outside of this forum
    reiver@mastodon.social
    wrote last edited by
    #1

    My posts on Mastodon say that no one is permitted to quote-boosts my posts — yet I never made that choice.

    (I'm actually OK with others quote-boosting my posts.)

    I know enough to be aware this.
    Most aren't.

    A very large number of people have no idea that someone else made this choice for them.

    I suspect the vast majority of them would have chosen the opposite.

    I think Mastodon should have represented "user has not chosen" in the JSON-LD.

    #ActivitiyPub #FediDev #FediDevs #Fediverse #fep044f

    stefan@gardenstate.socialS renchap@oisaur.comR 2 Replies Last reply
    0
    • reiver@mastodon.socialR reiver@mastodon.social

      My posts on Mastodon say that no one is permitted to quote-boosts my posts — yet I never made that choice.

      (I'm actually OK with others quote-boosting my posts.)

      I know enough to be aware this.
      Most aren't.

      A very large number of people have no idea that someone else made this choice for them.

      I suspect the vast majority of them would have chosen the opposite.

      I think Mastodon should have represented "user has not chosen" in the JSON-LD.

      #ActivitiyPub #FediDev #FediDevs #Fediverse #fep044f

      stefan@gardenstate.socialS This user is from outside of this forum
      stefan@gardenstate.socialS This user is from outside of this forum
      stefan@gardenstate.social
      wrote last edited by
      #2

      @reiver I've been trying to figure out how to allow my posts from #TvMarks to be quote boosted and I can't figure it out. I wish it just worked by default.

      https://github.com/stefanhayden/tvmarks

      reiver@mastodon.socialR 1 Reply Last reply
      0
      • stefan@gardenstate.socialS stefan@gardenstate.social

        @reiver I've been trying to figure out how to allow my posts from #TvMarks to be quote boosted and I can't figure it out. I wish it just worked by default.

        https://github.com/stefanhayden/tvmarks

        reiver@mastodon.socialR This user is from outside of this forum
        reiver@mastodon.socialR This user is from outside of this forum
        reiver@mastodon.social
        wrote last edited by
        #3

        @stefan

        I think you just have to add the following to allow Mastodon and everyone else who implements FEP-044f to quote-post it:

        "interactionPolicy": {
        "canQuote": {
        "automaticApproval": [
        "https://www.w3.org/ns/activitystreams#Public"
        ]
        }
        },

        julian@fietkau.socialJ stefan@gardenstate.socialS 2 Replies Last reply
        0
        • reiver@mastodon.socialR reiver@mastodon.social

          @stefan

          I think you just have to add the following to allow Mastodon and everyone else who implements FEP-044f to quote-post it:

          "interactionPolicy": {
          "canQuote": {
          "automaticApproval": [
          "https://www.w3.org/ns/activitystreams#Public"
          ]
          }
          },

          julian@fietkau.socialJ This user is from outside of this forum
          julian@fietkau.socialJ This user is from outside of this forum
          julian@fietkau.social
          wrote last edited by
          #4

          @reiver @stefan You need the interaction policy as well as the ability to respond to quote requests with publicly dereferenceable quote authorizations.

          If you don't care about the ability to revoke quotes, you can use a stateless blanket permission pattern that I've described here for PieFed: https://codeberg.org/rimu/pyfedi/issues/1566#issuecomment-9755480

          PieFed has been relying on that for a few weeks now, so I guess we can call it “proven in practice.”

          stefan@gardenstate.socialS julian@activitypub.spaceJ 2 Replies Last reply
          1
          • reiver@mastodon.socialR reiver@mastodon.social

            @stefan

            I think you just have to add the following to allow Mastodon and everyone else who implements FEP-044f to quote-post it:

            "interactionPolicy": {
            "canQuote": {
            "automaticApproval": [
            "https://www.w3.org/ns/activitystreams#Public"
            ]
            }
            },

            stefan@gardenstate.socialS This user is from outside of this forum
            stefan@gardenstate.socialS This user is from outside of this forum
            stefan@gardenstate.social
            wrote last edited by
            #5

            @reiver thanks for the tip. I'll give it a try.

            1 Reply Last reply
            0
            • julian@fietkau.socialJ julian@fietkau.social

              @reiver @stefan You need the interaction policy as well as the ability to respond to quote requests with publicly dereferenceable quote authorizations.

              If you don't care about the ability to revoke quotes, you can use a stateless blanket permission pattern that I've described here for PieFed: https://codeberg.org/rimu/pyfedi/issues/1566#issuecomment-9755480

              PieFed has been relying on that for a few weeks now, so I guess we can call it “proven in practice.”

              stefan@gardenstate.socialS This user is from outside of this forum
              stefan@gardenstate.socialS This user is from outside of this forum
              stefan@gardenstate.social
              wrote last edited by
              #6

              @julian @reiver oh. thanks for this tip as well. I'll give it a try.

              1 Reply Last reply
              0
              • julian@fietkau.socialJ julian@fietkau.social

                @reiver @stefan You need the interaction policy as well as the ability to respond to quote requests with publicly dereferenceable quote authorizations.

                If you don't care about the ability to revoke quotes, you can use a stateless blanket permission pattern that I've described here for PieFed: https://codeberg.org/rimu/pyfedi/issues/1566#issuecomment-9755480

                PieFed has been relying on that for a few weeks now, so I guess we can call it “proven in practice.”

                julian@activitypub.spaceJ This user is from outside of this forum
                julian@activitypub.spaceJ This user is from outside of this forum
                julian@activitypub.space
                wrote last edited by
                #7

                @julian@fietkau.social I suppose I'll have to do this as well, thanks for sharing.

                1 Reply Last reply
                0
                • reiver@mastodon.socialR reiver@mastodon.social

                  My posts on Mastodon say that no one is permitted to quote-boosts my posts — yet I never made that choice.

                  (I'm actually OK with others quote-boosting my posts.)

                  I know enough to be aware this.
                  Most aren't.

                  A very large number of people have no idea that someone else made this choice for them.

                  I suspect the vast majority of them would have chosen the opposite.

                  I think Mastodon should have represented "user has not chosen" in the JSON-LD.

                  #ActivitiyPub #FediDev #FediDevs #Fediverse #fep044f

                  renchap@oisaur.comR This user is from outside of this forum
                  renchap@oisaur.comR This user is from outside of this forum
                  renchap@oisaur.com
                  wrote last edited by
                  #8

                  @reiver this setting is enabled by default, so you probably changed it at some point to disable quotes of your posts.
                  Or you are looking at an old post that was created before the feature was launched?

                  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