# 이슈처리
142 메시지 회신 시 대화방 이름 사라짐 :: "프로그램 수정 후 정상동작 회수, 삭제 후 방정보를 재조회시 detail 하게 조회하면 방인원정보가 사라지는 문제를 수정함."
This commit is contained in:
parent
4383b5b953
commit
0896883bf4
|
@ -997,7 +997,7 @@ export class Effects {
|
|||
this.store.dispatch(
|
||||
SyncStore.refreshRoom({
|
||||
roomSeq: action.noti.roomSeq,
|
||||
isDetail: true,
|
||||
isDetail: false,
|
||||
localeCode: loginInfo.localeCode
|
||||
})
|
||||
);
|
||||
|
@ -1044,7 +1044,7 @@ export class Effects {
|
|||
this.store.dispatch(
|
||||
SyncStore.refreshRoom({
|
||||
roomSeq: noti.roomSeq,
|
||||
isDetail: true,
|
||||
isDetail: false,
|
||||
localeCode: loginInfo.localeCode
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user