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

Dispatch a Thread.New event

This commit is contained in:
Germain Souquet
2021-10-15 11:09:14 +01:00
parent c9277de8ee
commit 8c19cf45e2
2 changed files with 3 additions and 1 deletions

View File

@@ -22,8 +22,9 @@ import { EventTimelineSet } from './event-timeline-set';
import { Room } from './room';
export enum ThreadEvent {
New = "Thread.new",
Ready = "Thread.ready",
Update = "Thread.update"
Update = "Thread.update",
}
/**