fix more tests
This commit is contained in:
parent
423068b502
commit
ae2d9941ff
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ class WrappedMessagePanel extends React.Component {
|
|||
|
||||
render() {
|
||||
return <MatrixClientContext.Provider value={client}>
|
||||
<RoomContext.Provider value={{ canReact: true, canReply: true }}>
|
||||
<RoomContext.Provider value={{ canReact: true, canReply: true, room, roomId: room.roomId }}>
|
||||
<MessagePanel room={room} {...this.props} resizeNotifier={this.state.resizeNotifier} />
|
||||
</RoomContext.Provider>
|
||||
</MatrixClientContext.Provider>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue