Changeset 3778ddb in Klonkt for CHANGELOG.nl.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.nl.md

    r9dbb175 r3778ddb  
    1515
    1616### Opgelost
     17- **Privéreacties staan niet meer op de publieke postpagina.** Een followers-only
     18  of directe (DM-)reactie op je post werd voor iedereen in de publieke thread
     19  getoond. Inkomende reacties slaan nu hun fediverse-adressering op; de publieke
     20  thread toont alleen publieke en unlisted reacties. Privéreacties bereiken je
     21  nog steeds via meldingen, mét de post waar ze bij horen.
    1722- **Kale video/audio-embeds lopen niet meer buiten de kolom.** Een `.webm` /
    1823  `.mp4` / `.mp3`-speler past nu netjes in de kolombreedte, net als de
Note: See TracChangeset for help on using the changeset viewer.