kaori пре 4 година
родитељ
комит
5022c0cb1a
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      packages/app/src/server/service/in-app-notification.ts

+ 0 - 5
packages/app/src/server/service/in-app-notification.ts

@@ -22,11 +22,6 @@ class InAppNotificationService {
   updateCommentEvent(): void {
     this.commentEvent.on('update', (user) => {
       this.commentEvent.onUpdate();
-
-      // TODO: socket.on on the client side by GW-7402
-      // if (this.socketIoService.isInitialized) {
-      //   this.socketIoService.getDefaultSocket().emit('comment updated', { user });
-      // }
     });
   }