Changeset c867b7b in Klonkt
- Timestamp:
- 07/18/2026 10:31:01 PM (7 weeks ago)
- 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)
- Files:
-
- 4 edited
-
CHANGELOG.de.md (modified) (1 diff)
-
CHANGELOG.md (modified) (1 diff)
-
CHANGELOG.nl.md (modified) (1 diff)
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG.de.md
r05cd954 rc867b7b 5 5 6 6 ## [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. 7 13 8 14 ## [1.5.0] · 2026-07-18 -
CHANGELOG.md
r05cd954 rc867b7b 5 5 6 6 ## [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. 7 13 8 14 ## [1.5.0] · 2026-07-18 -
CHANGELOG.nl.md
r05cd954 rc867b7b 5 5 6 6 ## [Unreleased] 7 8 ### Opgelost 9 - **Bezoekers kunnen reageren op de eigen reacties van de site-eigenaar.** De 10 knop "reageer via de fediverse" verscheen alleen bij reacties van anderen; bij 11 de eigen reacties van de site in een thread kregen bezoekers niets, waardoor 12 je de auteur niet vanaf je eigen instance kon beantwoorden. 7 13 8 14 ## [1.5.0] · 2026-07-18 -
src/views/partials/fedi-node.ejs
r05cd954 rc867b7b 46 46 <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> 47 47 </form> 48 <% } else if (!n.mine && n.noteId) { %> 48 <% } else if (n.noteId) { %> 49 <%# Visitor: reply via YOUR OWN instance. Also on the site's own (mine) comments — 50 those are dereferenceable Notes (/ap/notes/<id>) too; without this a visitor 51 could not reply to the owner's comments at all (only the owner branches above 52 catch mine-nodes for managers, so this else-if never renders for the owner). %> 49 53 <button type="button" class="comment-reply-btn fedi-remote-reply-btn" data-fedi-uri="<%= n.noteId %>" data-fedi-ph="<%= t('fedi.remote_ph') %>"> 50 54 <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>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)