|
|
@@ -51,9 +51,9 @@ class CommentService {
|
|
|
// update
|
|
|
this.commentEvent.on('update', (userId, pageId) => {
|
|
|
this.commentEvent.onUpdate();
|
|
|
- const { inAppNotificationService } = this.crowi;
|
|
|
|
|
|
// TODO: 79713
|
|
|
+ // const { inAppNotificationService } = this.crowi;
|
|
|
// inAppNotificationService.emitSocketIo(userId, pageId);
|
|
|
});
|
|
|
|