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

Meta and Announcements

7 readers
1 users here now

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

founded 1 year 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/requests@lemmit.online and /c/about@lemmit.online 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/worldnews@lemmit.online' 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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Mugox@yiffit.net 1 points 1 year ago (1 children)

Maybe some trigger on database when new community is created?

[โ€“] Wander@yiffit.net 2 points 1 year ago

Yup, shouldn't be too difficult.