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

Commit c068133

Browse files
1 parent 67a4d22 commit c068133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SlashCommands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export const Commands = [
334334
);
335335
dis.dispatch({
336336
action: Action.ViewRoom,
337-
eventId,
337+
event_id: eventId,
338338
highlighted: true,
339339
room_id: roomId,
340340
});

src/components/views/settings/tabs/user/LabsUserSettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default class LabsUserSettingsTab extends React.Component<{}, IState> {
6161
this.setState({ showHiddenReadReceipts });
6262
});
6363

64-
MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc2716").then((showJumpToDate) => {
64+
MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc3030").then((showJumpToDate) => {
6565
this.setState({ showJumpToDate });
6666
});
6767

0 commit comments

Comments
 (0)