Allow quote-reply in thread view element-web (#6959)

This commit is contained in:
Germain 2021-10-19 16:05:34 +01:00 committed by GitHub
parent d39002338d
commit 694ec946e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 84 additions and 88 deletions

View file

@ -20,11 +20,11 @@ import { IRoomState } from "../components/structures/RoomView";
import { Layout } from "../settings/Layout";
export enum TimelineRenderingType {
Room,
Thread,
ThreadsList,
File,
Notification,
Room = "Room",
Thread = "Thread",
ThreadsList = "ThreadsList",
File = "File",
Notification = "Notification",
}
const RoomContext = createContext<IRoomState>({