You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Add RoomView initial state and docs
This commit is contained in:
@ -94,6 +94,13 @@ module.exports = React.createClass({
|
|||||||
roomLoading: true,
|
roomLoading: true,
|
||||||
peekLoading: false,
|
peekLoading: false,
|
||||||
|
|
||||||
|
// The event to be scrolled to initially
|
||||||
|
eventId: null,
|
||||||
|
// The offset in pixels from the event with which to scroll vertically
|
||||||
|
eventPixelOffset: null,
|
||||||
|
// Whether to highlight the event scrolled to
|
||||||
|
isEventHighlighted: null,
|
||||||
|
|
||||||
forwardingEvent: null,
|
forwardingEvent: null,
|
||||||
editingRoomSettings: false,
|
editingRoomSettings: false,
|
||||||
uploadingRoomSettings: false,
|
uploadingRoomSettings: false,
|
||||||
|
Reference in New Issue
Block a user