Allow quote-reply in thread view element-web (#6959)
This commit is contained in:
parent
d39002338d
commit
694ec946e2
11 changed files with 84 additions and 88 deletions
|
@ -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>({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue