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

rename all instances of permalinkCreator

This commit is contained in:
Bruno Windels
2019-02-22 12:22:36 +01:00
parent be3d12721c
commit f7ea9cfeb2
5 changed files with 11 additions and 11 deletions

View File

@ -1202,7 +1202,7 @@ var TimelinePanel = React.createClass({
return (
<MessagePanel ref="messagePanel"
room={this.props.timelineSet.room}
permalinkCreator={this.props.permaLinkCreator}
permalinkCreator={this.props.permalinkCreator}
hidden={this.props.hidden}
backPaginating={this.state.backPaginating}
forwardPaginating={forwardPaginating}