Migrate RoomView to support MSC3946 (#10088)
This commit is contained in:
@@ -65,6 +65,7 @@ const RoomContext = createContext<IRoomState>({
|
||||
liveTimeline: undefined,
|
||||
narrow: false,
|
||||
activeCall: null,
|
||||
msc3946ProcessDynamicPredecessor: false,
|
||||
});
|
||||
RoomContext.displayName = "RoomContext";
|
||||
export default RoomContext;
|
||||
|
||||
Reference in New Issue
Block a user