Skip to content

Commit

Permalink
Show developer jump to event button on all events with associations (#…
Browse files Browse the repository at this point in the history
…28351)

Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy authored Nov 4, 2024
1 parent 00d46f1 commit b1ef099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/context_menus/MessageContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ export default class MessageContextMenu extends React.Component<IProps, IState>
}

let jumpToRelatedEventButton: JSX.Element | undefined;
const relatedEventId = mxEvent.relationEventId;
const relatedEventId = mxEvent.getAssociatedId();
if (relatedEventId && SettingsStore.getValue("developerMode")) {
jumpToRelatedEventButton = (
<IconizedContextMenuOption
Expand Down

0 comments on commit b1ef099

Please sign in to comment.