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

Commit 8a99e8c

Browse files
committed
Set relations helper when creating event tile context menu
Fixes #22018 Signed-off-by: Johannes Marbach <[email protected]>
1 parent b91f0ed commit 8a99e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/rooms/EventTile.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
929929
rightClick={true}
930930
reactions={this.state.reactions}
931931
link={this.state.contextMenu.link}
932+
getRelationsForEvent={this.props.getRelationsForEvent}
932933
/>
933934
);
934935
}

0 commit comments

Comments
 (0)