this post was submitted on 09 Jul 2023
81 points (98.8% liked)

Fediverse

41004 readers
142 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Do they get adopted by other instances? Are they still accessible from other instances? Can you still post on them from another instance?

Edit: From my understanding every instance that deals with a community has a cached copy. Will that copy disappear after a certain time, because it can't phone to home anymore?

you are viewing a single comment's thread
view the rest of the comments
[–] sunaurus@lemm.ee 45 points 2 years ago (3 children)

As of Lemmy 0.18.1, cached copies on other instances do not disappear if the original instance has died.

In theory, it might even be possible to actually clone a cached copy into a new local community. This would require some database hacking, so not recommended unless you're familiar with Lemmy code and SQL.

[–] r00ty@kbin.life 7 points 2 years ago

Not sure how it is on lemmy. But looking at the structure on kbin. I reckon you could (with a little sql magic) convert the existing one to a local magazine without cloning, and then people could subscribe to the new version or existing subs could also hack their sql to change the id to match the new instance and toggle the subscriptions.

On Lemmy though I think images are not cached locally. So you might lose those. Kbin by default will also download images/media locally too.

Not sure this would happen enough to add formal functionality for it though.

[–] xtremeownage@lemmyonline.com 4 points 2 years ago

It's actually extremely easy to flip a remote community, into being a "local" one.

[–] rm_dash_r_star@lemm.ee 2 points 2 years ago* (last edited 2 years ago)

I actually wondered about that. The way instances share data and store it is all pretty black box to me.