Add toggle to alter the visibility of a room-group association

This commit is contained in:
Luke Barnard 2017-11-02 13:25:55 +00:00
parent 64a369216a
commit 790db94fd7
5 changed files with 98 additions and 21 deletions

View file

@ -33,7 +33,7 @@ const GroupRoomTile = React.createClass({
dis.dispatch({
action: 'view_group_room',
groupId: this.props.groupId,
groupRoom: this.props.groupRoom,
groupRoomId: this.props.groupRoom.roomId,
});
},