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

add collapsedRhs to propTypes

This commit is contained in:
Bruno Windels
2018-12-18 10:34:26 +01:00
parent b7c353d0a6
commit f6727c5724
2 changed files with 6 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const LoggedInView = React.createClass({
// Called with the credentials of a registered user (if they were a ROU that
// transitioned to PWLU)
onRegistered: PropTypes.func,
collapsedRhs: PropTypes.bool,
teamToken: PropTypes.string,
// Used by the RoomView to handle joining rooms