Add UserProfilesStore, LruCache and cache for user permalink profiles (#10425)

This commit is contained in:
Michael Weimann 2023-03-27 10:07:43 +02:00 committed by GitHub
parent 1c039fcd38
commit aec454dd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 925 additions and 55 deletions

View file

@ -1439,6 +1439,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
});
this.subTitleStatus = "";
this.setPageSubtitle();
this.stores.onLoggedOut();
}
/**