From 47d58cbbe9b4e74990d8769f4abab78c8f2ac898 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 10 Feb 2020 10:52:28 +0900 Subject: [PATCH] =?UTF-8?q?#=EC=9D=B4=EC=8A=88=EC=B2=98=EB=A6=AC=20214=20>?= =?UTF-8?q?=20noti=20=EC=84=B1=EA=B2=A9=EC=9D=98=20=20INVITE=5FRES,=20NOTI?= =?UTF-8?q?=20=ED=86=B5=ED=95=A9=EC=B2=98=EB=A6=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/services/notification.service.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/services/notification.service.ts b/projects/ucap-webmessenger-app/src/app/services/notification.service.ts index 927a7459..bec1bd25 100644 --- a/projects/ucap-webmessenger-app/src/app/services/notification.service.ts +++ b/projects/ucap-webmessenger-app/src/app/services/notification.service.ts @@ -481,19 +481,6 @@ export class AppNotificationService { tap(([notiOrRes, loginResInfo]) => { switch (notiOrRes.SSVC_TYPE) { case SSVC_TYPE_ROOM_INVITE_RES: - { - const noti = notiOrRes as InviteNotification; - this.logger.debug( - 'Notification::roomProtocolService::InviteNotification', - noti - ); - this.store.dispatch( - RoomStore.inviteSuccess({ - roomSeq: noti.roomSeq - }) - ); - } - break; case SSVC_TYPE_ROOM_INVITE_NOTI: { const noti = notiOrRes as InviteNotification;