Show developer jump to event button on all events with associations (#28351)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28375/head
Michael Telatynski 2024-11-04 09:49:35 +00:00 committed by GitHub
parent 00d46f1c8f
commit b1ef099cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ export default class MessageContextMenu extends React.Component<IProps, IState>
} }
let jumpToRelatedEventButton: JSX.Element | undefined; let jumpToRelatedEventButton: JSX.Element | undefined;
const relatedEventId = mxEvent.relationEventId; const relatedEventId = mxEvent.getAssociatedId();
if (relatedEventId && SettingsStore.getValue("developerMode")) { if (relatedEventId && SettingsStore.getValue("developerMode")) {
jumpToRelatedEventButton = ( jumpToRelatedEventButton = (
<IconizedContextMenuOption <IconizedContextMenuOption