this post was submitted on 26 Feb 2024
33 points (100.0% liked)

Lemmy Apps

5415 readers
1 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee

founded 1 year ago
MODERATORS
 

Seems to be a big one with tons of features .

you are viewing a single comment's thread
view the rest of the comments
[–] darklightxi@lemmy.world 2 points 6 months ago (1 children)

Hey there, I just came across this so I wanted to check out what the issue is (and maybe resolve it)!

I believe there are two options - one is to hide NSFW posts (General -> Feed), and the other one is to blur the NSFW posts (Appearance -> Posts -> General Settings).

I think there is one issue where if you have NSFW posts hidden, and the feed is mostly NSFW posts, then the feed will infinitely load because it tries to fetch posts without NSFW tags. Double check and see if this might be the issue. If not, then feel free to open a new issue on GitHub with more information and I can take a look at it

it should be “blur” posts, not hide!

I agree with you here - I'll change it to blur!

[–] pussycello@lemmynsfw.com 2 points 6 months ago (1 children)

Oh hey! A dev! Hello fellow dev

The hide posts indeed just makes it load forever, probably due to the issue you mentioned. The blur posts option is indeed elsewhere, and enabling it blurs stuff ok :D

[–] darklightxi@lemmy.world 2 points 6 months ago

I hope that solved your issue!

The next nightly version will also change the label from “Hide” to “Blur” to make it clearer: https://github.com/thunder-app/thunder/pull/1158