You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Add onForgetClick proptype
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = React.createClass({
|
|||||||
propTypes: {
|
propTypes: {
|
||||||
onJoinClick: React.PropTypes.func,
|
onJoinClick: React.PropTypes.func,
|
||||||
onRejectClick: React.PropTypes.func,
|
onRejectClick: React.PropTypes.func,
|
||||||
|
onForgetClick: React.PropTypes.func,
|
||||||
|
|
||||||
// if inviterName is specified, the preview bar will shown an invite to the room.
|
// if inviterName is specified, the preview bar will shown an invite to the room.
|
||||||
// You should also specify onRejectClick if specifiying inviterName
|
// You should also specify onRejectClick if specifiying inviterName
|
||||||
|
|||||||
Reference in New Issue
Block a user