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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server.

What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server.

Scheduled Pinned Locked Moved Uncategorized
23 Posts 8 Posters 38 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.
  • liaizon@social.wake.stL liaizon@social.wake.st

    @gabboman if there isnt a simple way to do this natively with AP that is a *serious* problem lol

    gabboman@gabboman.xyzG This user is from outside of this forum
    gabboman@gabboman.xyzG This user is from outside of this forum
    gabboman@gabboman.xyz
    wrote last edited by
    #5

    @liaizon@social.wake.st

    Im going to be honest: i dont remember.

    If there is, I confirm wafrn does not implement such endpoints, the same way other software doesn’t implement the replies collection

    1 Reply Last reply
    0
    • liaizon@social.wake.stL liaizon@social.wake.st

      What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server. So you get the full history like that server had been following the account since the beginning. It could be scoped so the admin of the instance only allowed this ability to spesific people, and maybe it could enter a review mode first.

      floppy@mastodon.me.ukF This user is from outside of this forum
      floppy@mastodon.me.ukF This user is from outside of this forum
      floppy@mastodon.me.uk
      wrote last edited by
      #6

      @liaizon nothing in the spec to prevent servers from iterating through the whole outbox of newly-discovered actors... I wonder if any server software does this already?

      floppy@mastodon.me.ukF 1 Reply Last reply
      0
      • liaizon@social.wake.stL liaizon@social.wake.st

        What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server. So you get the full history like that server had been following the account since the beginning. It could be scoped so the admin of the instance only allowed this ability to spesific people, and maybe it could enter a review mode first.

        paul@oldfriends.liveP This user is from outside of this forum
        paul@oldfriends.liveP This user is from outside of this forum
        paul@oldfriends.live
        wrote last edited by
        #7

        @liaizon That would be great. I've been using @michael's #FediFetcher python script since 2023 to backfill accounts of people. I am not sure how far it goes back when it backfills accounts, though, but it really makes it nice to open a profile and see posts instead of an empty profile.

        "It can also backfill profiles on your instance. In particular it can
        fetch missing posts from users that have recently appeared in your notifications
        fetch missing posts from users that you have recently followed
        fetch missing posts from users that have recently followed you
        fetch missing posts from users that have recently sent you a follow request
        fetch missing posts from users that have recently been added to your lists"

        Pull missing posts from new followers, as well as recently followed accounts into Mastodon - blog.thms.uk

        Since v3.0.0 of FediFetcher you can backfill remote accounts, after you have begun following them. This post explains how.

        favicon

        blog.thms.uk (blog.thms.uk)

        Link Preview Image
        GitHub - nanos/FediFetcher: FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.

        FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance. - nanos/FediFetcher

        favicon

        GitHub (github.com)

        liaizon@social.wake.stL 1 Reply Last reply
        0
        • floppy@mastodon.me.ukF floppy@mastodon.me.uk

          @liaizon nothing in the spec to prevent servers from iterating through the whole outbox of newly-discovered actors... I wonder if any server software does this already?

          floppy@mastodon.me.ukF This user is from outside of this forum
          floppy@mastodon.me.ukF This user is from outside of this forum
          floppy@mastodon.me.uk
          wrote last edited by
          #8

          @liaizon in fact, one might reasonably assume that's what the outbox is *for*.

          liaizon@social.wake.stL 1 Reply Last reply
          0
          • liaizon@social.wake.stL liaizon@social.wake.st

            What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server. So you get the full history like that server had been following the account since the beginning. It could be scoped so the admin of the instance only allowed this ability to spesific people, and maybe it could enter a review mode first.

            dantescanline@autonomous.zoneD This user is from outside of this forum
            dantescanline@autonomous.zoneD This user is from outside of this forum
            dantescanline@autonomous.zone
            wrote last edited by
            #9

            @liaizon could at least fetch the last 20 posts and such by default!

            liaizon@social.wake.stL 1 Reply Last reply
            0
            • paul@oldfriends.liveP paul@oldfriends.live

              @liaizon That would be great. I've been using @michael's #FediFetcher python script since 2023 to backfill accounts of people. I am not sure how far it goes back when it backfills accounts, though, but it really makes it nice to open a profile and see posts instead of an empty profile.

              "It can also backfill profiles on your instance. In particular it can
              fetch missing posts from users that have recently appeared in your notifications
              fetch missing posts from users that you have recently followed
              fetch missing posts from users that have recently followed you
              fetch missing posts from users that have recently sent you a follow request
              fetch missing posts from users that have recently been added to your lists"

              Pull missing posts from new followers, as well as recently followed accounts into Mastodon - blog.thms.uk

              Since v3.0.0 of FediFetcher you can backfill remote accounts, after you have begun following them. This post explains how.

              favicon

              blog.thms.uk (blog.thms.uk)

              Link Preview Image
              GitHub - nanos/FediFetcher: FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.

              FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance. - nanos/FediFetcher

              favicon

              GitHub (github.com)

              liaizon@social.wake.stL This user is from outside of this forum
              liaizon@social.wake.stL This user is from outside of this forum
              liaizon@social.wake.st
              wrote last edited by
              #10

              @paul @michael its times like this that I wish we had first class support for plugins or extensions. This ability should not be locked behind a wall for only people who can run scripts to get missing features. Most of the fediverse is running on managed hosting in the first place 😞

              paul@oldfriends.liveP michael@mstdn.thms.ukM 2 Replies Last reply
              0
              • floppy@mastodon.me.ukF floppy@mastodon.me.uk

                @liaizon in fact, one might reasonably assume that's what the outbox is *for*.

                liaizon@social.wake.stL This user is from outside of this forum
                liaizon@social.wake.stL This user is from outside of this forum
                liaizon@social.wake.st
                wrote last edited by
                #11

                @Floppy it's one of those things that seems like it hasn't been done only because it hasn't been done

                floppy@mastodon.me.ukF 1 Reply Last reply
                0
                • dantescanline@autonomous.zoneD dantescanline@autonomous.zone

                  @liaizon could at least fetch the last 20 posts and such by default!

                  liaizon@social.wake.stL This user is from outside of this forum
                  liaizon@social.wake.stL This user is from outside of this forum
                  liaizon@social.wake.st
                  wrote last edited by
                  #12

                  @dantescanline that seems like the absolutely most sane default as oppose to starting with 0

                  1 Reply Last reply
                  0
                  • stefan@stefanbohacek.onlineS stefan@stefanbohacek.online

                    @liaizon Yep, there's an old Mastodon ticket requesting exactly this.

                    Link Preview Image
                    Backfill statuses from remote accounts when first subscribed · Issue #34 · mastodon/mastodon

                    Your self-hosted, globally interconnected microblogging community - Backfill statuses from remote accounts when first subscribed · Issue #34 · mastodon/mastodon

                    favicon

                    GitHub (github.com)

                    It hasn't been closed yet, so who knows, maybe we'll get this one day!

                    liaizon@social.wake.stL This user is from outside of this forum
                    liaizon@social.wake.stL This user is from outside of this forum
                    liaizon@social.wake.st
                    wrote last edited by
                    #13

                    @stefan 2016 fml

                    stefan@stefanbohacek.onlineS 1 Reply Last reply
                    0
                    • liaizon@social.wake.stL liaizon@social.wake.st

                      What if there was a feature on the fediverse that when you followed someone that your server didn't know about, you could click a button that says something like, request full federation, and that would run a query to backfill them onto your home server. So you get the full history like that server had been following the account since the beginning. It could be scoped so the admin of the instance only allowed this ability to spesific people, and maybe it could enter a review mode first.

                      flaky@app.wafrn.netF This user is from outside of this forum
                      flaky@app.wafrn.netF This user is from outside of this forum
                      flaky@app.wafrn.net
                      wrote last edited by
                      #14

                      @liaizon@social.wake.st

                      Only barrier I can think of is people getting really angry that there's basically a way to slurp up their profile data, though honestly, ActivityPub isn't really a great protocol for privacy no matter how many loud people say it is.

                      liaizon@social.wake.stL 1 Reply Last reply
                      0
                      • liaizon@social.wake.stL liaizon@social.wake.st

                        @stefan 2016 fml

                        stefan@stefanbohacek.onlineS This user is from outside of this forum
                        stefan@stefanbohacek.onlineS This user is from outside of this forum
                        stefan@stefanbohacek.online
                        wrote last edited by
                        #15

                        @liaizon Quotes have been requested since 2016 as well!

                        Link Preview Image
                        quote + boost · Issue #309 · mastodon/mastodon

                        This turned out to be a major Twitter feature: being able to inline the text of a retweet while adding your own. It was done by manually copy-pasting the text before a feature was developed. How to go about implementing this, or an equiv...

                        favicon

                        GitHub (github.com)

                        liaizon@social.wake.stL 1 Reply Last reply
                        0
                        • flaky@app.wafrn.netF flaky@app.wafrn.net

                          @liaizon@social.wake.st

                          Only barrier I can think of is people getting really angry that there's basically a way to slurp up their profile data, though honestly, ActivityPub isn't really a great protocol for privacy no matter how many loud people say it is.

                          liaizon@social.wake.stL This user is from outside of this forum
                          liaizon@social.wake.stL This user is from outside of this forum
                          liaizon@social.wake.st
                          wrote last edited by
                          #16

                          @flaky I think these people need to find another network tbh this place is not designed for that at all. The entire network is designed with the opposite premise and the people worried about their data that is already being slurped up by 30k servers are trying to fight a windmill with an umbrella

                          flaky@app.wafrn.netF 1 Reply Last reply
                          0
                          • liaizon@social.wake.stL liaizon@social.wake.st

                            @paul @michael its times like this that I wish we had first class support for plugins or extensions. This ability should not be locked behind a wall for only people who can run scripts to get missing features. Most of the fediverse is running on managed hosting in the first place 😞

                            paul@oldfriends.liveP This user is from outside of this forum
                            paul@oldfriends.liveP This user is from outside of this forum
                            paul@oldfriends.live
                            wrote last edited by
                            #17

                            @liaizon I really wished, also, there were plugin/extensions support.

                            Instances could add features or tweaks for their local users that now require hacking the code and page templates.

                            @michael

                            1 Reply Last reply
                            0
                            • liaizon@social.wake.stL liaizon@social.wake.st

                              @flaky I think these people need to find another network tbh this place is not designed for that at all. The entire network is designed with the opposite premise and the people worried about their data that is already being slurped up by 30k servers are trying to fight a windmill with an umbrella

                              flaky@app.wafrn.netF This user is from outside of this forum
                              flaky@app.wafrn.netF This user is from outside of this forum
                              flaky@app.wafrn.net
                              wrote last edited by
                              #18

                              @liaizon@social.wake.st

                              I think any decentralised/federated network is pretty much not what they're looking for, they probably want something like phpBB instead tbh.

                              1 Reply Last reply
                              0
                              • liaizon@social.wake.stL liaizon@social.wake.st

                                @paul @michael its times like this that I wish we had first class support for plugins or extensions. This ability should not be locked behind a wall for only people who can run scripts to get missing features. Most of the fediverse is running on managed hosting in the first place 😞

                                michael@mstdn.thms.ukM This user is from outside of this forum
                                michael@mstdn.thms.ukM This user is from outside of this forum
                                michael@mstdn.thms.uk
                                wrote last edited by
                                #19

                                @liaizon @paul FediFetcher can be run against managed hosting for what it's worth.

                                (But I also wish Mastodon had the ability built in …)

                                “I am not sure how far it goes back when it backfills accounts”

                                It gets the last 40 posts from the user.

                                liaizon@social.wake.stL 1 Reply Last reply
                                0
                                • liaizon@social.wake.stL liaizon@social.wake.st

                                  @Floppy it's one of those things that seems like it hasn't been done only because it hasn't been done

                                  floppy@mastodon.me.ukF This user is from outside of this forum
                                  floppy@mastodon.me.ukF This user is from outside of this forum
                                  floppy@mastodon.me.uk
                                  wrote last edited by
                                  #20

                                  @liaizon yeah, I think that's probably right. Assuming it hasn't, in fact, been done and we just don't know about it.

                                  1 Reply Last reply
                                  0
                                  • stefan@stefanbohacek.onlineS stefan@stefanbohacek.online

                                    @liaizon Quotes have been requested since 2016 as well!

                                    Link Preview Image
                                    quote + boost · Issue #309 · mastodon/mastodon

                                    This turned out to be a major Twitter feature: being able to inline the text of a retweet while adding your own. It was done by manually copy-pasting the text before a feature was developed. How to go about implementing this, or an equiv...

                                    favicon

                                    GitHub (github.com)

                                    liaizon@social.wake.stL This user is from outside of this forum
                                    liaizon@social.wake.stL This user is from outside of this forum
                                    liaizon@social.wake.st
                                    wrote last edited by
                                    #21

                                    @stefan yeah I know about that one for sure, at least we have it now in 2026 and it sorta works

                                    1 Reply Last reply
                                    0
                                    • michael@mstdn.thms.ukM michael@mstdn.thms.uk

                                      @liaizon @paul FediFetcher can be run against managed hosting for what it's worth.

                                      (But I also wish Mastodon had the ability built in …)

                                      “I am not sure how far it goes back when it backfills accounts”

                                      It gets the last 40 posts from the user.

                                      liaizon@social.wake.stL This user is from outside of this forum
                                      liaizon@social.wake.stL This user is from outside of this forum
                                      liaizon@social.wake.st
                                      wrote last edited by
                                      #22

                                      @michael @paul how would you run it against managed hosting? It doesn't require being run on the same server as the instance?

                                      michael@mstdn.thms.ukM 1 Reply Last reply
                                      0
                                      • liaizon@social.wake.stL liaizon@social.wake.st

                                        @michael @paul how would you run it against managed hosting? It doesn't require being run on the same server as the instance?

                                        michael@mstdn.thms.ukM This user is from outside of this forum
                                        michael@mstdn.thms.ukM This user is from outside of this forum
                                        michael@mstdn.thms.uk
                                        wrote last edited by
                                        #23

                                        @liaizon @paul no, it just accesses the API so you can run it from ... anything you want, including Github (which would be the easiest way to get it running from free) a computer you have flying around at home, or whatever else takes your fancy.

                                        Full details in the wiki:

                                        Link Preview Image
                                        Home

                                        FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance. - Home · nanos/FediFetcher Wiki

                                        favicon

                                        GitHub (github.com)

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

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