Index: CHANGELOG.de.md
===================================================================
--- CHANGELOG.de.md	(revision 05cd95474cec10ae1aea47519a4f309011df626f)
+++ CHANGELOG.de.md	(revision c867b7b644ca4de55b3a9138e1951f420cfc1d31)
@@ -5,4 +5,10 @@
 
 ## [Unreleased]
+
+### Behoben
+- **Besucher können auf die eigenen Kommentare des Seiteninhabers antworten.**
+  Der Knopf "über das Fediverse antworten" erschien nur bei Kommentaren anderer;
+  bei den eigenen Kommentaren der Seite in einem Thread bekamen Besucher nichts,
+  sodass man dem Autor nicht von der eigenen Instanz aus antworten konnte.
 
 ## [1.5.0] · 2026-07-18
Index: CHANGELOG.md
===================================================================
--- CHANGELOG.md	(revision 05cd95474cec10ae1aea47519a4f309011df626f)
+++ CHANGELOG.md	(revision c867b7b644ca4de55b3a9138e1951f420cfc1d31)
@@ -5,4 +5,10 @@
 
 ## [Unreleased]
+
+### Fixed
+- **Visitors can reply to the site owner's own comments.** The "reply via the
+  fediverse" button only appeared on comments from others; the site's own
+  comments in a thread offered visitors nothing, so you could not respond to
+  the author from your own instance.
 
 ## [1.5.0] · 2026-07-18
Index: CHANGELOG.nl.md
===================================================================
--- CHANGELOG.nl.md	(revision 05cd95474cec10ae1aea47519a4f309011df626f)
+++ CHANGELOG.nl.md	(revision c867b7b644ca4de55b3a9138e1951f420cfc1d31)
@@ -5,4 +5,10 @@
 
 ## [Unreleased]
+
+### Opgelost
+- **Bezoekers kunnen reageren op de eigen reacties van de site-eigenaar.** De
+  knop "reageer via de fediverse" verscheen alleen bij reacties van anderen; bij
+  de eigen reacties van de site in een thread kregen bezoekers niets, waardoor
+  je de auteur niet vanaf je eigen instance kon beantwoorden.
 
 ## [1.5.0] · 2026-07-18
Index: src/views/partials/fedi-node.ejs
===================================================================
--- src/views/partials/fedi-node.ejs	(revision 05cd95474cec10ae1aea47519a4f309011df626f)
+++ src/views/partials/fedi-node.ejs	(revision c867b7b644ca4de55b3a9138e1951f420cfc1d31)
@@ -46,5 +46,9 @@
         <button type="submit" class="fedi-cact fedi-cact-remove" title="<%= t('comments.delete') %>" aria-label="<%= t('comments.delete') %>"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"/></svg></button>
       </form>
-    <% } else if (!n.mine && n.noteId) { %>
+    <% } else if (n.noteId) { %>
+      <%# Visitor: reply via YOUR OWN instance. Also on the site's own (mine) comments —
+          those are dereferenceable Notes (/ap/notes/<id>) too; without this a visitor
+          could not reply to the owner's comments at all (only the owner branches above
+          catch mine-nodes for managers, so this else-if never renders for the owner). %>
       <button type="button" class="comment-reply-btn fedi-remote-reply-btn" data-fedi-uri="<%= n.noteId %>" data-fedi-ph="<%= t('fedi.remote_ph') %>">
         <svg viewBox="0 0 24 24" width="13" height="13" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 17 4 12 9 7"/><path d="M20 18v-2a4 4 0 0 0-4-4H4"/></svg>
