You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
@ -31,7 +31,7 @@ export default class ReplyThread extends React.Component {
|
|||||||
static propTypes = {
|
static propTypes = {
|
||||||
// the latest event in this chain of replies
|
// the latest event in this chain of replies
|
||||||
parentEv: PropTypes.instanceOf(MatrixEvent),
|
parentEv: PropTypes.instanceOf(MatrixEvent),
|
||||||
// called when the preview's contents has loaded
|
// called when the ReplyThread contents has changed, including EventTiles thereof
|
||||||
onWidgetLoad: PropTypes.func.isRequired,
|
onWidgetLoad: PropTypes.func.isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user