this post was submitted on 25 Jul 2024
226 points (71.0% liked)
People Twitter
5367 readers
2099 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a tweet or similar
- No bullying or international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not how code works. There's no reason to send this information to the client because the filtering runs server side, so the client never needs to know about it.
You're assuming proper design. I've worked on systems where filtering was done client-side (and fixed that), it's stupid, but it's what happens when a FE is assigned a task and uses the tools at their disposal. In fact, I think Lemmy used to filter deleted comments clientside a few versions ago.
If they were deleting contents client-side then you could get around the filters by using something like tweet deck. Since we know that doesn't work we know that the filtering can't be done client-side.