fix account URI in remote comment modal (partial rollback)
authorRigel Kent <sendmemail@rigelk.eu>
Fri, 5 Oct 2018 08:48:21 +0000 (10:48 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Fri, 5 Oct 2018 08:48:21 +0000 (10:48 +0200)
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts

index b374ed7d56e1a8a3a376658153ab7d5299ea4d95..af47f3115b0e4f0d2ec21fab8a3d691d1c40b4a5 100644 (file)
@@ -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,