kaori 4 лет назад
Родитель
Сommit
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 });
-      // }
     });
   }