RoomInfo 중 user 정보 변경시 화면 갱신.

>> 현재 열려 있는 방에 인원이 글을 읽었을 경우 해당 스토어가 갱신된다. 이때 각 이벤트의 unread count 가 갱신되지 않는 문제 수정.
This commit is contained in:
leejinho 2020-03-11 17:00:08 +09:00
parent 9576821bf2
commit cc73faaaa3

View File

@ -320,6 +320,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
.pipe(select(AppStore.MessengerSelector.RoomSelector.selectUserinfolist))
.subscribe(userInfoList => {
this.userInfoListSubject.next(userInfoList);
this.changeDetectorRef.detectChanges();
});
this.eventListProcessing$ = this.store.pipe(