Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Set relations helper when creating event tile context menu #9253

Merged
merged 9 commits into from
Oct 18, 2022
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