#이슈처리 214 > noti 성격의 INVITE_RES, NOTI 통합처리.
This commit is contained in:
parent
b0b5ed2209
commit
47d58cbbe9
|
@ -481,19 +481,6 @@ export class AppNotificationService {
|
||||||
tap(([notiOrRes, loginResInfo]) => {
|
tap(([notiOrRes, loginResInfo]) => {
|
||||||
switch (notiOrRes.SSVC_TYPE) {
|
switch (notiOrRes.SSVC_TYPE) {
|
||||||
case SSVC_TYPE_ROOM_INVITE_RES:
|
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:
|
case SSVC_TYPE_ROOM_INVITE_NOTI:
|
||||||
{
|
{
|
||||||
const noti = notiOrRes as InviteNotification;
|
const noti = notiOrRes as InviteNotification;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user