-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Community bans not federating. #1287
Comments
Not a big mystery here, we arent sending out any activity about community bans, meaning remote instances wont know that the user is banned in the community. So to explain it based on the example of
So what we need to do is implement a |
#1205 is also related to this. If we had that implemented, then |
I'll need to test this again, probably between ds9 and fanonwave, but user1 was banned from fullcommunism, and then was able to make another comment after that ban (and that comment even showed up on lemmygrad) : https://lemmygrad.ml/post/9593/comment/16119 |
Hmm you're right, made 10 minutes after the ban. This is the activity for that comment which lemmy.ml sent out.
|
Lets say for this ticket, just to fix that ability to comment issue. |
Okay I opened #1298 to track the implementation of
Result: U2 is not banned, so the activity is accepted by the inbox. Instance alpha notices that the post/comment referenced by the vote is missing, and fetches it. But in this case there is no check against community bans, only site bans are checked. So to solve this, we need to add a check for community bans in |
Nice, that was probably pretty tricky to figure out. Who knew a third party doing an action to a banned user would let it pass through. |
Actually I just suddenly had the idea when looking at this thread again in the morning, then tested and confirmed it :D |
They're still able to make federated comments even after being banned. Thought we'd checked for this but apparently not.
The text was updated successfully, but these errors were encountered: