mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
I mean string, object
This commit is contained in:
parent
3e915cf0e2
commit
b4dd7ba509
1 changed files with 2 additions and 2 deletions
|
@ -541,8 +541,8 @@ module.exports = React.createClass({
|
|||
// particular event.
|
||||
// @param {Object} thirdPartyInvite Object containing data about the third party
|
||||
// we received to join the room, if any.
|
||||
// @param {Object} thirdPartyInvite.inviteSignUrl 3pid invite sign URL
|
||||
// @param {Object} thirdPartyInvite.invitedwithEmail The email address the invite was sent to
|
||||
// @param {string} thirdPartyInvite.inviteSignUrl 3pid invite sign URL
|
||||
// @param {string} thirdPartyInvite.invitedwithEmail The email address the invite was sent to
|
||||
// @param {Object} oob_data Object of additional data about the room
|
||||
// that has been passed out-of-band (eg.
|
||||
// room name and avatar from an invite email)
|
||||
|
|
Loading…
Reference in a new issue