From dd762cc8351af0462d1ad247e1438819675c001b Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Mar 2017 14:40:55 +0000 Subject: [PATCH] Add makeRegistrationUrl to proptypes --- src/components/structures/MatrixChat.js | 3 +++ 1 file changed, 3 insertions(+) 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: {