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

Commit

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

Signed-off-by: Johannes Marbach <johannesm@element.io>
  • Loading branch information
Johennes committed Sep 6, 2022
1 parent b91f0ed commit 8a99e8c
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 8a99e8c

Please sign in to comment.