Make thread button always visible (#6903)

Fix https://github.com/vector-im/element-web/issues/18956
This commit is contained in:
Dariusz Niemczyk
2021-10-11 11:26:05 +02:00
committed by GitHub
parent 34c5a4f8e8
commit 414b20f17e
4 changed files with 64 additions and 32 deletions

View File

@@ -21,6 +21,8 @@ import { Layout } from "../settings/Layout";
export enum TimelineRenderingType {
Room,
File,
Notification,
Thread
}