Skip to content

Commit

Permalink
Set relations helper when creating event tile context menu
Browse files Browse the repository at this point in the history
Fixes element-hq/element-web#22018

Signed-off-by: Johannes Marbach <johannesm@element.io>
  • Loading branch information
Johennes committed Sep 6, 2022
1 parent b91f0ed commit 62732f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/rooms/EventTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
rightClick={true}
reactions={this.state.reactions}
link={this.state.contextMenu.link}
getRelationsForEvent={this.props.getRelationsForEvent}
/>
);
}
Expand Down

0 comments on commit 62732f0

Please sign in to comment.