Add comment about RoomAlias magic

pull/1/head
Erik Johnston 2015-07-16 16:17:29 +01:00
parent 95968bf619
commit ebedf0b907
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ var React = require('react');
module.exports = {
propTypes: {
// Specifying a homeserver will make magical things happen when you,
// e.g. start typing in the room alias box.
homeserver: React.PropTypes.string,
default_alias: React.PropTypes.string
},