Port candidate from iOS PR barrydeen/wisp-ios#380.
Context
When a user has Web of Trust filtering enabled, replies from authors outside their WoT are currently dropped silently in thread view. This means threads appear incomplete with no indication that content was filtered.
Proposed behavior
- WoT-hidden replies render as placeholder rows instead of being dropped
- A single hidden reply shows "Post hidden by WoT filter" with an eye-slash icon
- 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
Reference
iOS implementation: barrydeen/wisp-ios#380
Port candidate from iOS PR barrydeen/wisp-ios#380.
Context
When a user has Web of Trust filtering enabled, replies from authors outside their WoT are currently dropped silently in thread view. This means threads appear incomplete with no indication that content was filtered.
Proposed behavior
Reference
iOS implementation: barrydeen/wisp-ios#380