this post was submitted on 19 Jul 2023
29 points (96.8% liked)

Lemmy.world Support

3190 readers
7 users here now

Lemmy.world Support

Welcome to the official Lemmy.world Support community! Post your issues or questions about Lemmy.world here.

This community is for issues related to the Lemmy World instance only. For Lemmy software requests or bug reports, please go to the Lemmy github page.

This community is subject to the rules defined here for lemmy.world.

To open a support ticket Static Badge


You can also DM https://lemmy.world/u/lwreport or email [email protected] (PGP Supported) if you need to reach our directly to the admin team.


Follow us for server news 🐘

Outages πŸ”₯

https://status.lemmy.world



founded 1 year ago
MODERATORS
 

TL;DR: questions:
EDIT: I'm not aking how to fix it for a single community, I'm asking how to handle it for >200 subscriptions (thanks!)

  • If a community says "Subscribe pending", is it possible that their posts do not appear on the feed?
  • If the answer to the previous question is yes: is there any script to fix "Subscribe pending" issues on batch?

Long version:

I started using Lemmy some days ago and when subscribing to some communities (on other instances) I got the "Subscribe pending" message. I'm aware it's a common issue (see search for Subscribe pending in this community) but, because what I read is that the bug was the message itself (but you were indeed subscribed) I ignored them.

Today I took a look again at the issue and I saw that some people recommend un-subbing and re-subbing again. The thing is, now I'm subscribed to more than 200 communities, so it would take a while to do it manually.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

You just reasked my first TL;DR question :).

[–] [email protected] 1 points 1 year ago (1 children)

I meant: do you observe such behavior? Because it's contrary to my experience but maybe I just did not notice

[–] [email protected] 3 points 1 year ago (1 children)

With >200 subscriptions is impossible for me to detect if the posts from one of them are being excluded from the homepage :/.

[–] [email protected] 2 points 1 year ago (1 children)

Ah. So it's not an observation but precaution :)

I don't think you need to do this but if you want to follow through, my idea would be:

  1. on the main page mark the "subscribed communities", right click and "show source of selection"
  2. the communities listed there are linked as href="/c/something" so you probably need to pass it through some regex
  3. use "open multiple urls" addon (Firefox, Chrome)
  4. go one by one and resubscribe
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Ah. So it’s not an observation but precaution :)

Yes, it was a genuine question. I don't know the implications.

if you want to follow through, my idea would be: (...)

Good advice, thanks.

I will probably do a bit more work to automatize it with JS, I just wanted to check I'm not reinventing the wheel, in case anyone had already built something similar.