14

Even if it doesn't automatically resubscribe you I'm guessing lot of people as they use lemmy or kbin will be moving around from instances a lot.

So being able to keep track of which communities to resubscribe to would be really convenient to have.

top 3 comments
sorted by: hot top controversial new old
[-] erre@feddit.win 4 points 1 year ago* (last edited 1 year ago)

You could do that now if you're comfortable opening the browser dev console.
In the page listing your communities you can run:

[...document.querySelectorAll('a[title^="!"]')].map(elem => elem.href).sort()

and it'll output something like

[
    'https://lemmy.ml/c/android', 
    'https://lemmy.ml/c/animals@beehaw.org',
    // ...
]
[-] subtext@lemmy.world 2 points 1 year ago

There are some folks who are trying to build this as a batch script on GitHub while we wait for the functionality to be available in base Lemmy.

[-] nieceandtows@programming.dev 1 points 1 year ago* (last edited 1 year ago)

That’s a neat script that I can confirm works well. Great that they’re implementing this in base Lemmy.

this post was submitted on 21 Jun 2023
14 points (100.0% liked)

Sync for Lemmy

15088 readers
14 users here now

👀


Welcome to Sync for Lemmy!

Download Sync for Lemmy


Welcome to the official Sync for Lemmy community.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Community Rules


1- No advertising or spam.

All types of advertising and spam are restricted in this community.



Community Credits

Artwork and community banner by: @MargotRobbie@lemmy.world


founded 1 year ago
MODERATORS