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

Add stable unstable feature for jump to date before v1.6 is fully supported on a homeserver #10398

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ export const SETTINGS: { [setting: string]: ISetting } = {
controller: new ServerSupportUnstableFeatureController(
"feature_jump_to_date",
defaultWatchManager,
["org.matrix.msc3030"],
undefined,
["org.matrix.msc3030", "org.matrix.msc3030.stable"],
MadLittleMods marked this conversation as resolved.
Show resolved Hide resolved
"v1.6",
_td("Requires your server to support MSC3030"),
),
},
Expand Down