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 (Darkly)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Uncategorized
  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 Uncategorized
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 ⊼ (Charles) :batman:R This user is from outside of this forum
    @reiver ⊼ (Charles) :batman:R This user is from outside of this forum
    @reiver ⊼ (Charles) :batman:
    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

    StefanS Renaud ChaputR 2 Replies Last reply
    2
    0
    • R AodeRelay shared this topic
      R ActivityRelay shared this topic
    • @reiver ⊼ (Charles) :batman:R @reiver ⊼ (Charles) :batman:

      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

      StefanS This user is from outside of this forum
      StefanS This user is from outside of this forum
      Stefan
      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 ⊼ (Charles) :batman:R 1 Reply Last reply
      0
      • StefanS Stefan

        @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 ⊼ (Charles) :batman:R This user is from outside of this forum
        @reiver ⊼ (Charles) :batman:R This user is from outside of this forum
        @reiver ⊼ (Charles) :batman:
        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 FietkauJ StefanS 2 Replies Last reply
        0
        • @reiver ⊼ (Charles) :batman:R @reiver ⊼ (Charles) :batman:

          @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 FietkauJ This user is from outside of this forum
          Julian FietkauJ This user is from outside of this forum
          Julian Fietkau
          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.”

          StefanS julianJ 2 Replies Last reply
          2
          0
          • @reiver ⊼ (Charles) :batman:R @reiver ⊼ (Charles) :batman:

            @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"
            ]
            }
            },

            StefanS This user is from outside of this forum
            StefanS This user is from outside of this forum
            Stefan
            wrote last edited by
            #5

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

            1 Reply Last reply
            0
            • Julian FietkauJ Julian Fietkau

              @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.”

              StefanS This user is from outside of this forum
              StefanS This user is from outside of this forum
              Stefan
              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 FietkauJ Julian Fietkau

                @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.”

                julianJ This user is from outside of this forum
                julianJ This user is from outside of this forum
                julian
                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
                2
                0
                • @reiver ⊼ (Charles) :batman:R @reiver ⊼ (Charles) :batman:

                  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

                  Renaud ChaputR This user is from outside of this forum
                  Renaud ChaputR This user is from outside of this forum
                  Renaud Chaput
                  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
                  2
                  0
                  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