1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00

Create threads event timeline set in the room model (#2244)

This commit is contained in:
Germain
2022-03-18 11:58:59 +00:00
committed by GitHub
parent 779afbcb39
commit 75674d961a
2 changed files with 94 additions and 2 deletions

View File

@@ -364,3 +364,8 @@ export const THREAD_RELATION_TYPE = new ServerControlledNamespacedValue(
"m.thread",
"io.element.thread",
);
export enum ThreadFilterType {
"My",
"All"
}