Migrate RoomView to support MSC3946 (#10088)

This commit is contained in:
Michael Weimann 2023-02-10 08:40:38 +01:00 committed by GitHub
parent 072003d9fd
commit 671fdc8665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 5 deletions

View file

@ -65,6 +65,7 @@ const RoomContext = createContext<IRoomState>({
liveTimeline: undefined,
narrow: false,
activeCall: null,
msc3946ProcessDynamicPredecessor: false,
});
RoomContext.displayName = "RoomContext";
export default RoomContext;