From 90c7535a695cb6111a308683a9189bd3c78646ff Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 13 Jan 2020 17:51:17 -0700 Subject: [PATCH] Export VIEWS from MatrixChat for riot-web tests --- src/components/structures/MatrixChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index e88c1bfa16..cca86ff764 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -65,7 +65,7 @@ import { defer } from "../../utils/promise"; import KeyVerificationStateObserver from '../../utils/KeyVerificationStateObserver'; /** constants for MatrixChat.state.view */ -const VIEWS = { +export const VIEWS = { // 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. LOADING: 0,