this post was submitted on 25 Jul 2024
220 points (70.6% liked)

People Twitter

4972 readers
728 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 9 points 1 month ago* (last edited 1 month ago) (1 children)

Why not? This is one of the more tame things Musk screwed up.

But no, this is most likely fake. It's way too convenient for it to be true.

[–] echodot@feddit.uk 3 points 1 month ago (1 children)

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.

[–] sugar_in_your_tea@sh.itjust.works 1 points 1 month ago (1 children)

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.

[–] echodot@feddit.uk 1 points 1 month 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.