1:1 첫대화시 이전 대화 보기 버튼 나오는 버그 수정.

This commit is contained in:
leejinho 2019-12-26 17:57:53 +09:00
parent c71d0d6ddd
commit 038b9f49b5

View File

@ -135,7 +135,8 @@ export class Effects {
ofType(RoomStore.infoSuccess),
map(action => {
const roomInfo = action.roomInfo;
let requestCount = 0;
let requestCount =
environment.productConfig.CommonSetting.eventRequestDefaultCount;
// 여기까지 읽음 처리..
if (!!roomInfo.finalEventSeq && !!roomInfo.lastReadEventSeq) {