You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Export VIEWS from MatrixChat for riot-web tests
This commit is contained in:
@ -65,7 +65,7 @@ import { defer } from "../../utils/promise";
|
|||||||
import KeyVerificationStateObserver from '../../utils/KeyVerificationStateObserver';
|
import KeyVerificationStateObserver from '../../utils/KeyVerificationStateObserver';
|
||||||
|
|
||||||
/** constants for MatrixChat.state.view */
|
/** constants for MatrixChat.state.view */
|
||||||
const VIEWS = {
|
export const VIEWS = {
|
||||||
// a special initial state which is only used at startup, while we are
|
// a special initial state which is only used at startup, while we are
|
||||||
// trying to re-animate a matrix client or register as a guest.
|
// trying to re-animate a matrix client or register as a guest.
|
||||||
LOADING: 0,
|
LOADING: 0,
|
||||||
|
Reference in New Issue
Block a user