You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-12 12:41:46 +03:00
Document inviterName
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user