Add 'from a thread' copy to search tile result (#7525)

This commit is contained in:
Germain 2022-01-12 17:16:00 +00:00 committed by GitHub
parent 61116377f3
commit 3a18fd8f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 35 deletions

View file

@ -25,6 +25,7 @@ export enum TimelineRenderingType {
ThreadsList = "ThreadsList",
File = "File",
Notification = "Notification",
Search = "Search"
}
const RoomContext = createContext<IRoomState>({