Pass room to stickerpack
This commit is contained in:
parent
7676fc0c10
commit
38ed01bebd
2 changed files with 3 additions and 2 deletions
|
@ -322,7 +322,7 @@ export default class MessageComposer extends React.Component {
|
|||
hangupButton,
|
||||
callButton,
|
||||
videoCallButton,
|
||||
<Stickerpack key='stickerpack_controls_button' />,
|
||||
<Stickerpack key='stickerpack_controls_button' room={this.props.room} />,
|
||||
);
|
||||
} else {
|
||||
controls.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue