bug fix
This commit is contained in:
parent
5982cdae69
commit
e4fd26f0b6
|
@ -42,7 +42,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|||
roomInfoSubscription: Subscription;
|
||||
userInfoList$: Observable<UserInfo[]>;
|
||||
eventListProcessing$: Observable<boolean>;
|
||||
sessionVerinfo = this.sessionStorageService.get<VersionInfo2Response>(
|
||||
sessionVerInfo = this.sessionStorageService.get<VersionInfo2Response>(
|
||||
KEY_VER_INFO
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user