From 0450f432674c0e8460154eb7bf12fa1a956e62c1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 31 Jan 2019 10:19:05 +0100 Subject: [PATCH] clarify how lhs collapsed state is stored --- 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 161a0fa984..9f3db9b531 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -161,7 +161,7 @@ export default React.createClass({ // If we're trying to just view a user ID (i.e. /user URL), this is it viewUserId: null, - + // this is persisted as mx_lhs_size, loaded in LoggedInView collapseLhs: false, collapsedRhs: window.localStorage.getItem("mx_rhs_collapsed") === "true", leftDisabled: false,