From de2eaa30784a16d8239b738968c0d5587b7cb38c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 2 Mar 2016 14:04:51 +0000 Subject: [PATCH] Document inviterName --- src/components/structures/RoomView.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index b8851108d8..3cd933eaaa 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -66,6 +66,8 @@ module.exports = React.createClass({ // Fields: // * name (string) The room's name // * avatarUrl (string) The mxc:// avatar URL for the room + // * inviterName (string) The display name of the person who + // * invited us tovthe room oobData: React.PropTypes.object, // id of an event to jump to. If not given, will go to the end of the