1:1 첫대화시 이전 대화 보기 버튼 나오는 버그 수정.
This commit is contained in:
parent
c71d0d6ddd
commit
038b9f49b5
|
@ -135,7 +135,8 @@ export class Effects {
|
||||||
ofType(RoomStore.infoSuccess),
|
ofType(RoomStore.infoSuccess),
|
||||||
map(action => {
|
map(action => {
|
||||||
const roomInfo = action.roomInfo;
|
const roomInfo = action.roomInfo;
|
||||||
let requestCount = 0;
|
let requestCount =
|
||||||
|
environment.productConfig.CommonSetting.eventRequestDefaultCount;
|
||||||
|
|
||||||
// 여기까지 읽음 처리..
|
// 여기까지 읽음 처리..
|
||||||
if (!!roomInfo.finalEventSeq && !!roomInfo.lastReadEventSeq) {
|
if (!!roomInfo.finalEventSeq && !!roomInfo.lastReadEventSeq) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user