Changeset 3778ddb in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
07/17/2026 12:20:48 AM (8 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
67c1f24
Parents:
9dbb175
git-author:
Robin <roboburr@…> (07/17/2026 12:20:29 AM)
git-committer:
Robin <roboburr@…> (07/17/2026 12:20:48 AM)
Message:

Fix: private replies (followers-only/DM) no longer render on the public post page

handleInbox ignored a reply's to/cc, and getInteractions rendered every stored
reply, so a followers-only or direct Note replying to a post was shown publicly.
Incoming interactions now record their AP addressing (new ap_interactions.visibility:
public/unlisted/followers/direct, derived via noteVisibility() from to/cc, also in
crawlThread); the public thread filters to public/unlisted (legacy rows count as
public). Likes/boosts stay count-only. Private replies are NOT shown on the post
page at all (no admin badge, per design decision): they reach the owner via
notifications, which already carry post context (slug+title) and the reference.
Covered by test/reply-visibility.test.js; verified in a browser that a seeded DM
reply no longer renders while a public one does. Beads: klonkt-demo-jct.

Co-Authored-By: Claude Opus 4.8 <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r9dbb175 r3778ddb  
    1515
    1616### Fixed
     17- **Private replies no longer show on the public post page.** A followers-only
     18  or direct (DM) reply to your post was rendered in the public thread for
     19  everyone. Incoming replies now record their fediverse addressing; the public
     20  thread only shows public and unlisted replies. Private ones still reach you in
     21  notifications, with the post they belong to.
    1722- **Bare video/audio embeds no longer overflow their column.** A `.webm` /
    1823  `.mp4` / `.mp3` player now fits the content width like the iframe embeds do;
Note: See TracChangeset for help on using the changeset viewer.