Merge pull request #6370 from matrix-org/travis/voice_messages/right-panel
Fix voice messages in right panels
This commit is contained in:
commit
fe2eb5ebf0
5 changed files with 24 additions and 4 deletions
|
@ -194,6 +194,7 @@ export enum TileShape {
|
|||
FileGrid = "file_grid",
|
||||
Reply = "reply",
|
||||
ReplyPreview = "reply_preview",
|
||||
Pinned = "pinned",
|
||||
}
|
||||
|
||||
interface IProps {
|
||||
|
@ -1097,6 +1098,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
highlightLink={this.props.highlightLink}
|
||||
showUrlPreview={this.props.showUrlPreview}
|
||||
onHeightChanged={this.props.onHeightChanged}
|
||||
tileShape={this.props.tileShape}
|
||||
/>
|
||||
</div>,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue