Skip to content

Commit

Permalink
Set useBubbleLayout to false for initial room context
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Dec 15, 2020
1 parent a4e0199 commit cc58ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/RoomContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const RoomContext = createContext<IState>({
canReact: false,
canReply: false,
useIRCLayout: false,
useBubbleLayout: true,
useBubbleLayout: false,
matrixClientIsReady: false,
});
RoomContext.displayName = "RoomContext";
Expand Down

0 comments on commit cc58ecd

Please sign in to comment.