Skip to content

Commit

Permalink
Initial commit for the review of the entity-centric discussion system
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Sep 25, 2019
1 parent 34a388d commit d77fc7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class EntityDiscussionComponent implements AfterViewInit {
.subscribe(threads => {
this.threads = threads;
// this.socketService.syncUpdates('thread', this.threads);

}, err => console.error(err));
}
}

0 comments on commit d77fc7d

Please sign in to comment.