Changeset c867b7b in Klonkt for CHANGELOG.md


Ignore:
Timestamp:
07/18/2026 10:31:01 PM (7 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
d49b60b
Parents:
05cd954
git-author:
Robin <roboburr@…> (07/18/2026 10:30:37 PM)
git-committer:
Robin <roboburr@…> (07/18/2026 10:31:01 PM)
Message:

Fix: visitors can reply to the site owner's own comments

The visitor 'reply via the fediverse' button only rendered on !mine thread
nodes, so the site's own comments offered visitors no action at all: you could
not answer the author's comment from your own instance (reported by Robin on
deno.klonkt.com, replying as sound-fabrics.com). The else-if now also renders
for mine-nodes with a noteId; owners never reach it (their mine/!mine branches
match first) and the own-reply note URI (/ap/notes/<id>) is AP-dereferenceable,
verified. Visitor view verified: the owner's comment now carries the button
with its note URI.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG.md

    r05cd954 rc867b7b  
    55
    66## [Unreleased]
     7
     8### Fixed
     9- **Visitors can reply to the site owner's own comments.** The "reply via the
     10  fediverse" button only appeared on comments from others; the site's own
     11  comments in a thread offered visitors nothing, so you could not respond to
     12  the author from your own instance.
    713
    814## [1.5.0] · 2026-07-18
Note: See TracChangeset for help on using the changeset viewer.