1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Add RoomView initial state and docs

This commit is contained in:
Luke Barnard
2017-06-08 15:37:30 +01:00
parent 2e82bf40fb
commit dca2be6325

View File

@ -94,6 +94,13 @@ module.exports = React.createClass({
roomLoading: true,
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,
editingRoomSettings: false,
uploadingRoomSettings: false,