Skip to content

fix(safety): show WoT-hidden thread replies as placeholders#380

Open
dmnyc wants to merge 1 commit into
mainfrom
fix/wot-thread-filter
Open

fix(safety): show WoT-hidden thread replies as placeholders#380
dmnyc wants to merge 1 commit into
mainfrom
fix/wot-thread-filter

Conversation

@dmnyc

@dmnyc dmnyc commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • WoT-hidden replies in a thread now render as placeholder rows instead of being silently dropped
  • A single hidden reply shows "Post hidden by WoT filter"; consecutive hidden replies at the same depth collapse into one row: "2 posts hidden by WoT filter", etc.
  • No content, author, or media is revealed — the placeholder only preserves the thread's shape
  • WoT enforcement is unchanged; the filter still runs as before

Screenshot

image

Test plan

  • Open a thread on an account with WoT enabled — replies from outside WoT should show placeholder rows
  • Verify multiple consecutive hidden replies at the same depth collapse to a count row ("2 posts hidden by WoT filter")
  • Verify WoT-hidden replies at different depths each get their own placeholder
  • Confirm visible replies from WoT-qualified users are unaffected
  • Toggle WoT off — all replies should render normally with no placeholders
  • Confirm no content, author, or media leaks through the placeholder

Closes #379

@dmnyc dmnyc changed the title fix(safety): skip WoT filter for thread context fix(safety): show WoT-hidden thread replies as placeholders Jun 16, 2026
@dmnyc dmnyc force-pushed the fix/wot-thread-filter branch from 44a4600 to 786d230 Compare June 16, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(thread): replies missing from thread view when present in other clients

1 participant