-
-
Notifications
You must be signed in to change notification settings - Fork 947
Make allowlist less strict? #1486
Copy link
Copy link
Closed
Labels
area: federationsupport federation via activitypubsupport federation via activitypubarea: moderationtype: discussionGeneral talk without any clear actionGeneral talk without any clear action
Metadata
Metadata
Assignees
Labels
area: federationsupport federation via activitypubsupport federation via activitypubarea: moderationtype: discussionGeneral talk without any clear actionGeneral talk without any clear action
At the moment, the allowlist works in a relatively simple way: it blocks all users, communities, posts and comments from any instance which isn't in the allowlist. So if your instance has
lemmy.mlin the allowlist and follows!lemmy_instances@lemmy.ml, you are actually never going to see any posts made by users onnew-instance.comin that community, unless you already have that instance in your allowlist. This makes it more difficult to find new instances to federate with.I think we should change this behaviour, so that all posts/comments in
!lemmy_instances@lemmy.mlwould be shown, regardless if the user's instance is in your allowlist or not. The idea is that you already trustlemmy.mlto moderate its communities well. Though if you have an instance in your blocklist, its content should be blocked in any case.lemmy.mlis used as a placeholder, to simplify the explanation.