diff options
Diffstat (limited to 'jakob/utils')
| -rw-r--r-- | jakob/utils/comments.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jakob/utils/comments.scm b/jakob/utils/comments.scm index 15824b1..06c15b5 100644 --- a/jakob/utils/comments.scm +++ b/jakob/utils/comments.scm @@ -159,7 +159,9 @@ `(span (@ (class "reaction")) ,(format #f "~a ~a" emote count)))) (comment-reactions comment)) (button (@ (class "add-reaction") (hidden #t) - (aria-label "Add reaction")) "+"))) + (aria-label "Add reaction") + (data-reply-to-id ,(internal-comment-id comment))) + "+"))) '()) ,@(if (and (not reply?) (internal-comment? comment) |