Make thread button always visible (#6903)
Fix https://github.com/vector-im/element-web/issues/18956
This commit is contained in:
parent
34c5a4f8e8
commit
414b20f17e
4 changed files with 64 additions and 32 deletions
|
@ -21,6 +21,8 @@ import { Layout } from "../settings/Layout";
|
|||
|
||||
export enum TimelineRenderingType {
|
||||
Room,
|
||||
File,
|
||||
Notification,
|
||||
Thread
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue