Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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
We Distribute
  1. Home
  2. Uncategorized
  3. Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

Scheduled Pinned Locked Moved Uncategorized
loopsactivitypub
9 Posts 4 Posters 4 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.
  • dansup@mastodon.socialD This user is from outside of this forum
    dansup@mastodon.socialD This user is from outside of this forum
    dansup@mastodon.social
    wrote on last edited by
    #1

    Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

    I've implementing this in Loops, and it is a bit tricky federation wise, but it makes the experience much better.

    #loops #activityPub

    julian@community.nodebb.orgJ jwz@mastodon.socialJ 3 Replies Last reply
    0
    • dansup@mastodon.socialD dansup@mastodon.social

      Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

      I've implementing this in Loops, and it is a bit tricky federation wise, but it makes the experience much better.

      #loops #activityPub

      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.org
      wrote on last edited by
      #2

      @dansup@mastodon.social I recommend you implement my FEP which includes Tombstone behaviour ๐Ÿ™‚

      dansup@mastodon.socialD 1 Reply Last reply
      0
      • julian@community.nodebb.orgJ julian@community.nodebb.org

        @dansup@mastodon.social I recommend you implement my FEP which includes Tombstone behaviour ๐Ÿ™‚

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

        @julian oh sick, can you link it?

        And what else haven't you thought of ๐Ÿ˜Ž

        julian@community.nodebb.orgJ 1 Reply Last reply
        0
        • dansup@mastodon.socialD dansup@mastodon.social

          @julian oh sick, can you link it?

          And what else haven't you thought of ๐Ÿ˜Ž

          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.org
          wrote on last edited by
          #4

          @dansup@mastodon.social oh haha I thought I did. Forgot to paste!

          Cookie monster!

          favicon

          (codeberg.org)

          dansup@mastodon.socialD 1 Reply Last reply
          0
          • julian@community.nodebb.orgJ julian@community.nodebb.org

            @dansup@mastodon.social oh haha I thought I did. Forgot to paste!

            Cookie monster!

            favicon

            (codeberg.org)

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

            @julian interesting! Will implement this and get back to ya!

            Btw, not sure if you remember, but Pixelfed will be able to handle Groups and topics, so we def need to chat so we can make our projects interoperable!

            1 Reply Last reply
            0
            • dansup@mastodon.socialD dansup@mastodon.social

              Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

              I've implementing this in Loops, and it is a bit tricky federation wise, but it makes the experience much better.

              #loops #activityPub

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

              @dansup Something about history, repeating, and doom https://www.jwz.org/doc/threading.html

              1 Reply Last reply
              0
              • dansup@mastodon.socialD dansup@mastodon.social

                Mastodon could really use tombstone placeholders when a reply is deleted so the tree/chain isn't broken or orphaned.

                I've implementing this in Loops, and it is a bit tricky federation wise, but it makes the experience much better.

                #loops #activityPub

                julian@community.nodebb.orgJ This user is from outside of this forum
                julian@community.nodebb.orgJ This user is from outside of this forum
                julian@community.nodebb.org
                wrote last edited by
                #7

                @dansup@mastodon.social this is now an issue on the Mastodon issue tracker ๐Ÿ˜„

                Link Preview Image
                Support undeleting remote statuses via Update activity (soft deletion) ยท Issue #37730 ยท mastodon/mastodon

                Pitch When Mastodon receives a Delete activity for a remote status, it permanently removes the status and ignores any subsequent activities for that object. This proposal adds support for "undeleting" a status when an Update activity is ...

                favicon

                GitHub (github.com)

                1 Reply Last reply
                0
                • 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
                  #8

                  @julian@community.nodebb.org @dansup Do Tombstone objects customarily have reply collections? ๐Ÿค” If not, I would think you need some sort of context collection anyway on top of this, so you can see what follows from a deleted post. (There may be multiple deleted posts in a row between two existing posts, too.)

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

                    @julian@community.nodebb.org @dansup Do Tombstone objects customarily have reply collections? ๐Ÿค” If not, I would think you need some sort of context collection anyway on top of this, so you can see what follows from a deleted post. (There may be multiple deleted posts in a row between two existing posts, too.)

                    julian@community.nodebb.orgJ This user is from outside of this forum
                    julian@community.nodebb.orgJ This user is from outside of this forum
                    julian@community.nodebb.org
                    wrote last edited by
                    #9

                    @julian@fietkau.social a Tombstone with a context makes sense, a replies collection is more of a grey area.

                    1 Reply Last reply
                    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