mirror of https://github.com/vector-im/riot-web
this is optional, and not provided for first edit
parent
8b6c70f955
commit
17e838e23b
|
@ -36,7 +36,7 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
// the message event being edited
|
// the message event being edited
|
||||||
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
||||||
previousEdit: PropTypes.instanceOf(MatrixEvent).isRequired,
|
previousEdit: PropTypes.instanceOf(MatrixEvent),
|
||||||
isBaseEvent: PropTypes.bool,
|
isBaseEvent: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue