RoomInfo 중 user 정보 변경시 화면 갱신.
>> 현재 열려 있는 방에 인원이 글을 읽었을 경우 해당 스토어가 갱신된다. 이때 각 이벤트의 unread count 가 갱신되지 않는 문제 수정.
This commit is contained in:
parent
9576821bf2
commit
cc73faaaa3
|
@ -320,6 +320,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
.pipe(select(AppStore.MessengerSelector.RoomSelector.selectUserinfolist))
|
.pipe(select(AppStore.MessengerSelector.RoomSelector.selectUserinfolist))
|
||||||
.subscribe(userInfoList => {
|
.subscribe(userInfoList => {
|
||||||
this.userInfoListSubject.next(userInfoList);
|
this.userInfoListSubject.next(userInfoList);
|
||||||
|
this.changeDetectorRef.detectChanges();
|
||||||
});
|
});
|
||||||
|
|
||||||
this.eventListProcessing$ = this.store.pipe(
|
this.eventListProcessing$ = this.store.pipe(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user