mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 15:01:13 +02:00
this is optional, and not provided for first edit
This commit is contained in:
parent
8b6c70f955
commit
17e838e23b
@ -36,7 +36,7 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||
static propTypes = {
|
||||
// the message event being edited
|
||||
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
||||
previousEdit: PropTypes.instanceOf(MatrixEvent).isRequired,
|
||||
previousEdit: PropTypes.instanceOf(MatrixEvent),
|
||||
isBaseEvent: PropTypes.bool,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user