You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
Update doc for getInitialEventId
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user