You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Mention issue for view state store
This commit is contained in:
@@ -2088,7 +2088,9 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||||||
|
|
||||||
export function isLoggedIn(): boolean {
|
export function isLoggedIn(): boolean {
|
||||||
// JRS: Maybe we should move the step that writes this to the window out of
|
// JRS: Maybe we should move the step that writes this to the window out of
|
||||||
// `element-web` and into this file?
|
// `element-web` and into this file? Better yet, we should probably create a
|
||||||
|
// store to hold this state.
|
||||||
|
// See also https://github.com/vector-im/element-web/issues/15034.
|
||||||
const app = window.matrixChat;
|
const app = window.matrixChat;
|
||||||
return app && (app as MatrixChat).state.view === Views.LOGGED_IN;
|
return app && (app as MatrixChat).state.view === Views.LOGGED_IN;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user