lemmit.online is a controversial lemmy server since its sole purpose is to run a bot that mirrors reddit posts to lemmy. Previous discussion 3 years ago about whether to block it: https://lemmy.ca/post/1380644

Currently it is blocked from lemmy.ca and I would like to unblock it to ease weaning off reddit gradually. If I can use lemmy.ca as my main site with links off to reddit on occassion I don’t need to use reddit anymore to browse but just drop in for a specific post of interest.

The main complaint is it can fill up the all category with high volume of low interaction posts. This can be dealt with on a per user basis by blocking either the lemmit.online instance or blocking the bot@lemmit.online user.

Looking at the top 10 lemmy instances on https://fedidb.com/software/lemmy here’s who allows or blocks the lemmit.online instance:

lemmy.world        ✅
lemmy.ml           ✅
sh.itjust.works    ✅
lemmy.dbzer0.com   ✅
lemmy.ca           ❌
programming.dev    ✅
lemmy.zip          ✅
lemmy.blahaj.zone  ❓
ttrpg.network      ✅
lemmy.one          ✅
  • Otter@lemmy.caM
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    I didn’t know about it until I stumbled across that issue. After playing around with it, it is a possible solution but I think we would need the lemmit admins to make that change in order for it to work.

    What I’ve learned:

    • right now it can be toggled by admins with a CLI command, after Lemmy v1 it will be known as unlisted and it will become a part of the main community visibility settings (public, unlisted, localonlypublic, localonlyprivate, private): https://github.com/LemmyNet/lemmy/blob/main/crates/db_schema_file/src/enums.rs#L130
    • when it is enabled, only users that are subscribed and logged in can see the posts. For everyone else, you can only see the community info and post contents if you get a direct link to it

    Since it is a property of the community, trying to override it on our end might lead to federation issues because of the ambiguity.