this post was submitted on 01 Jul 2023
17 points (100.0% liked)

Meta and Announcements

343 readers
1 users here now

Meta community to discuss anything about the yiffit.net instance.

founded 2 years ago
MODERATORS
 

There has been concerns about lemmit.online communities being too spammy in the ALL timeline.

I do not believe that the All timeline needs to be curated at an admin level, but I can see how the huge amount of automated posts can be overwhelming. I have hidden all lemmit.online communities except /c/[email protected] and /c/[email protected] which are non-bot operated.

I'm testing out a new feature I learned about by toggling the hidden status of a community directly in the database. If anyone's interested this is the query I used:

UPDATE community SET hidden = 't' WHERE actor_id LIKE 'https://lemmit.online%';

A hidden community will appear only appear for Yiffit users that follow it explicitly. You can visit its page such as 'https://yiffit.net/c/[email protected]' and then click on the subscribe button to be able to get a specific lemmit community in your feed.

Hope you find this useful <3

PS: the query will have to be re-run whenever a new lemmit community is discovered by this instance, but I'll figure out a way to automate it.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 2 years ago* (last edited 2 years ago) (1 children)

Thank you! I agree admins shouldn't curate the All timeline but I think in this case its a good thing. I ended up just blocking the lemmit.online bot a while ago because it was getting spammy

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

I did the same thing hahah

[–] [email protected] 2 points 2 years ago

Same too, just use an RSS reader to get all my yiff and news needs from reddit.

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

Maybe some trigger on database when new community is created?

[–] [email protected] 3 points 2 years ago

Yup, shouldn't be too difficult.

load more comments
view more: next ›