보안코드 삽입

This commit is contained in:
leejh 2019-11-07 13:15:11 +09:00
parent 0362bc427c
commit b42b007609
2 changed files with 1 additions and 2 deletions

View File

@ -154,7 +154,6 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
} }
setEventMoreInit() { setEventMoreInit() {
console.log('setEventMoreInit');
// 방정보가 바뀌면 이전대화 보기 관련 값들을 초기화 한다. // 방정보가 바뀌면 이전대화 보기 관련 값들을 초기화 한다.
this.scrollUpinit = false; this.scrollUpinit = false;
this.eventMorePosition = 0; this.eventMorePosition = 0;

View File

@ -104,7 +104,7 @@ export const reducer = createReducer(
| string | string
| null = StringUtil.convertFinalEventMessage( | null = StringUtil.convertFinalEventMessage(
action.info.type, action.info.type,
action.info.sentMessage action.info.sentMessageJson || action.info.sentMessage
); );
if (!finalEventMessage) { if (!finalEventMessage) {