Merge branch 'develop' into improve-file-drop-ui
This commit is contained in:
commit
c1a105f071
243 changed files with 17703 additions and 6293 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||
import { createContext } from "react";
|
||||
|
||||
import {IState} from "../components/structures/RoomView";
|
||||
import {Layout} from "../settings/Layout";
|
||||
|
||||
const RoomContext = createContext<IState>({
|
||||
roomLoading: true,
|
||||
|
@ -40,7 +41,7 @@ const RoomContext = createContext<IState>({
|
|||
statusBarVisible: false,
|
||||
canReact: false,
|
||||
canReply: false,
|
||||
useIRCLayout: false,
|
||||
layout: Layout.Group,
|
||||
matrixClientIsReady: false,
|
||||
dragCounter: 0,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue