From: Rigel Kent Date: Fri, 5 Oct 2018 08:48:21 +0000 (+0200) Subject: fix account URI in remote comment modal (partial rollback) X-Git-Tag: v1.0.0~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fbae8788f802e5339c8bf2ba0dfe4679ddff4f9;p=oweals%2Fpeertube.git fix account URI in remote comment modal (partial rollback) --- diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts index b374ed7d5..af47f3115 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts @@ -32,6 +32,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit { @ViewChild('textarea') private textareaElement: ElementRef private addingComment = false + private uri: string constructor ( protected formValidatorService: FormValidatorService,