You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
Expose room state helper (#2162)
This commit is contained in:
@@ -109,7 +109,7 @@ export class Thread extends TypedEventEmitter<ThreadEvent> {
|
||||
}
|
||||
};
|
||||
|
||||
private get roomState(): RoomState {
|
||||
public get roomState(): RoomState {
|
||||
return this.room.getLiveTimeline().getState(EventTimeline.FORWARDS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user