diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 1c6c82e347..52bd8671e2 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -65,6 +65,9 @@ module.exports = React.createClass({ // displayname, if any, to set on the device when logging // in/registering. defaultDeviceDisplayName: React.PropTypes.string, + + // A function that makes a registration URL + makeRegistrationUrl: React.PropTypes.func.isRequired, }, childContextTypes: {