aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-05 11:19:25 +0100
committerChocobozzz <me@florianbigard.com>2018-01-05 11:19:25 +0100
commitd7e70384a360cda51fe23712331110a5c8b1124c (patch)
tree385609669c92936a5c66ae028c331fb4a9b5943e /client/src/app/videos/+video-watch/comment/video-comment.component.html
parent2890b615f31ab7d519d8be66b49ff8712df90c51 (diff)
downloadPeerTube-d7e70384a360cda51fe23712331110a5c8b1124c.tar.gz
PeerTube-d7e70384a360cda51fe23712331110a5c8b1124c.tar.zst
PeerTube-d7e70384a360cda51fe23712331110a5c8b1124c.zip
Add mentions to comments
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.html b/client/src/app/videos/+video-watch/comment/video-comment.component.html
index 8edd12124..1d325aff9 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.html
@@ -18,6 +18,7 @@
18 [user]="user" 18 [user]="user"
19 [video]="video" 19 [video]="video"
20 [parentComment]="comment" 20 [parentComment]="comment"
21 [parentComments]="newParentComments"
21 [focusOnInit]="true" 22 [focusOnInit]="true"
22 (commentCreated)="onCommentReplyCreated($event)" 23 (commentCreated)="onCommentReplyCreated($event)"
23 ></my-video-comment-add> 24 ></my-video-comment-add>
@@ -29,6 +30,7 @@
29 [video]="video" 30 [video]="video"
30 [inReplyToCommentId]="inReplyToCommentId" 31 [inReplyToCommentId]="inReplyToCommentId"
31 [commentTree]="commentChild" 32 [commentTree]="commentChild"
33 [parentComments]="newParentComments"
32 (wantedToReply)="onWantToReply($event)" 34 (wantedToReply)="onWantToReply($event)"
33 (wantedToDelete)="onWantToDelete($event)" 35 (wantedToDelete)="onWantToDelete($event)"
34 (resetReply)="onResetReply()" 36 (resetReply)="onResetReply()"