diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/messages.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/messages.component.ts index a6ce6951..2f1f637e 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/messages.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/messages.component.ts @@ -587,10 +587,10 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit { this.snackBarPreviewEvent.dismiss(); } - // clear readHere object.. - if (!this.firstcheckReadHere) { - this.clearReadHere = true; - } + // // clear readHere object.. 정책상 클리어 하지 않도록 함. + // if (!this.firstcheckReadHere) { + // this.clearReadHere = true; + // } } /** More Event */ diff --git a/projects/ucap-webmessenger-app/src/app/store/messenger/event/effects.ts b/projects/ucap-webmessenger-app/src/app/store/messenger/event/effects.ts index ef2a1917..ce89f127 100644 --- a/projects/ucap-webmessenger-app/src/app/store/messenger/event/effects.ts +++ b/projects/ucap-webmessenger-app/src/app/store/messenger/event/effects.ts @@ -343,20 +343,20 @@ export class Effects { infoList.length === action.req.requestCount && processing ) { - // // 재귀 - // this.store.dispatch( - // infoForSearch({ - // req: { - // roomSeq: req.roomSeq, - // baseSeq: infoList[0].seq, - // requestCount: req.requestCount - // }, - // searchText: action.searchText - // }) - // ); + // 재귀 + this.store.dispatch( + infoForSearch({ + req: { + roomSeq: req.roomSeq, + baseSeq: infoList[0].seq, + requestCount: req.requestCount + }, + searchText: action.searchText + }) + ); - // 재귀하지 않는다. - this.store.dispatch(infoForSearchEnd({})); + // // 재귀하지 않는다. + // this.store.dispatch(infoForSearchEnd({})); } else { if (infoList.length < action.req.requestCount) { this.store.dispatch(infoForSearchEnd({})); diff --git a/projects/ucap-webmessenger-ui-settings/src/lib/components/general.component.html b/projects/ucap-webmessenger-ui-settings/src/lib/components/general.component.html index f5841e09..c27571c5 100644 --- a/projects/ucap-webmessenger-ui-settings/src/lib/components/general.component.html +++ b/projects/ucap-webmessenger-ui-settings/src/lib/components/general.component.html @@ -29,7 +29,7 @@
-
LG Red
+
Red