Commit 709bb089 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Fixing builds

1 merge request!426(Feat) disable comments 526
Pipeline #72283787 running with stages
......@@ -32,7 +32,7 @@
&& !error
&& comments?.length === 0
&& parent.type == 'activity'
&& activityService.allowComments$"
&& activityService.allowComment$"
i18n="@@MINDS__COMMENTS__START_CONVERSATION"
>
Start the conversation!
......
......@@ -85,7 +85,7 @@ export class CommentsListComponent implements OnInit, OnDestroy {
public sockets: SocketsService,
private renderer: Renderer,
private cd: ChangeDetectorRef,
protected activityService: ActivityService,
public activityService: ActivityService,
) {
this.minds = window.Minds;
}
......
......@@ -74,7 +74,7 @@ export class CommentsThreadComponent implements OnInit {
private renderer: Renderer,
protected blockListService: BlockListService,
private cd: ChangeDetectorRef,
protected activityService: ActivityService
public activityService: ActivityService
) {
this.minds = window.Minds;
}
......
......@@ -27,7 +27,7 @@ export class CommentButton implements OnInit, OnDestroy {
constructor(
public client: Client,
protected activityService: ActivityService,
public activityService: ActivityService,
protected cd: ChangeDetectorRef) {
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment