Changeset c867b7b in Klonkt for CHANGELOG.de.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.de.md

    r05cd954 rc867b7b  
    55
    66## [Unreleased]
     7
     8### Behoben
     9- **Besucher können auf die eigenen Kommentare des Seiteninhabers antworten.**
     10  Der Knopf "über das Fediverse antworten" erschien nur bei Kommentaren anderer;
     11  bei den eigenen Kommentaren der Seite in einem Thread bekamen Besucher nichts,
     12  sodass man dem Autor nicht von der eigenen Instanz aus antworten konnte.
    713
    814## [1.5.0] · 2026-07-18
Note: See TracChangeset for help on using the changeset viewer.