LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
13.13k stars 867 forks source link

Allow to disable voting by specific instances #4034

Closed db0 closed 11 months ago

db0 commented 11 months ago

Requirements

Is your proposal related to a problem?

This is a another tool in the moderation toolset to be used instead of outright de-federation. It could be used against instances which are not problematic enough to be blocked, but ideologically different enough where the parent instance does not wish to record their voting patterns.

This would be similar to mastodon's silencing features in strength.

Describe the solution you'd like.

Allow the lemmy admins to provide another list of "Vote silenced" instances (another name for this list is also fine). Votes from those instances on posts or comments would be silently dropped.

Describe alternatives you've considered.

No alternatives exist

Additional context

No response

ThisIsMissEm commented 11 months ago

Rather than just lists of servers for a specific moderation action, I'd definitely recommend thinking about this more in terms of "domain filters" much like a firewall, you can "allow" federation, you can "deny or reject federation" and you can also "filter federation" where you apply some sort of logic that constrains how they can federate.

So for instance, here, you might end up with a domain filter that says "filter instance XYZ.example by ignoring dislike and like activities from this instance, but allow other activities through".

That sort of model is quite flexible and should hopefully allow for all the potential moderation needs around domains/instances.

dessalines commented 11 months ago

Sry I didn't see this one, gonna close it as a dupe of #4086 , which has a potential solution.