mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Fix editEvent()
call (#7846)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
fe7f1688dd
commit
ca89d3b96e
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
|
||||||
};
|
};
|
||||||
|
|
||||||
private onEditClick = (): void => {
|
private onEditClick = (): void => {
|
||||||
editEvent(this.props.mxEvent, this.context.timelineRenderingType);
|
editEvent(this.props.mxEvent, this.context.timelineRenderingType, this.props.getRelationsForEvent);
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly forbiddenThreadHeadMsgType = [
|
private readonly forbiddenThreadHeadMsgType = [
|
||||||
|
|
Loading…
Reference in a new issue