Add UserProfilesStore
, LruCache
and cache for user permalink profiles (#10425)
This commit is contained in:
parent
1c039fcd38
commit
aec454dd6f
10 changed files with 925 additions and 55 deletions
|
@ -1439,6 +1439,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
});
|
||||
this.subTitleStatus = "";
|
||||
this.setPageSubtitle();
|
||||
this.stores.onLoggedOut();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue