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.

  • @Tahssi
    link
    fedilink
    English
    5
    edit-2
    1 year ago

    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

  • Mugox
    link
    fedilink
    English
    21 year ago

    Maybe some trigger on database when new community is created?