Update doc for getInitialEventId
This commit is contained in:
parent
cd8093d953
commit
c72edab726
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class RoomViewStore extends Store {
|
||||||
return this._state.roomId;
|
return this._state.roomId;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The event to scroll to initially
|
// The event to scroll to when the room is first viewed
|
||||||
getInitialEventId() {
|
getInitialEventId() {
|
||||||
return this._state.initialEventId;
|
return this._state.initialEventId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue