1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Move relations and redactions to thread timeline

This commit is contained in:
Germain Souquet
2021-09-10 09:21:25 +01:00
parent 2cdea36abf
commit f40d0d24c7
4 changed files with 22 additions and 48 deletions

View File

@@ -149,6 +149,10 @@ export class Thread extends EventEmitter {
return this.findEventById(this.root);
}
public get roomId(): string {
return this.rootEvent.getRoomId();
}
/**
* The number of messages in the thread
*/