mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Document inviterName
This commit is contained in:
parent
5827a883bf
commit
de2eaa3078
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ module.exports = React.createClass({
|
||||||
// Fields:
|
// Fields:
|
||||||
// * name (string) The room's name
|
// * name (string) The room's name
|
||||||
// * avatarUrl (string) The mxc:// avatar URL for the room
|
// * 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,
|
oobData: React.PropTypes.object,
|
||||||
|
|
||||||
// id of an event to jump to. If not given, will go to the end of the
|
// id of an event to jump to. If not given, will go to the end of the
|
||||||
|
|
Loading…
Reference in a new issue