-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
A-Jump-To-DateJump to date headers or slash commandJump to date headers or slash commandO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-DefectZ-Labs
Description
Steps to reproduce
- Use a homeserver with stable support for MSC3030
- Open labs
Outcome
What did you expect?
To see the toggle switch for the jump to date labs feature
What happened instead?
It's hidden, because the app still only recognizes MSC3030 as an unstable feature
Workaround
(this no longer works because feature toggles that are "disabled" can't be enabled or disabled)
Enable jump to date manually:
await mxSettingsStore.setValue("feature_jump_to_date", null, "device", true)
Disable jump to date manually:
await mxSettingsStore.setValue("feature_jump_to_date", null, "device", false)
Operating system
NixOS unstable
Browser information
Firefox 108.0.2
URL for webapp
develop.element.io
Application version
Element version: bd26775-react-222f8a919dd9-js-ef51ee28fda9 Olm version: 3.2.12
Homeserver
Synapse 1.75.0
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-Jump-To-DateJump to date headers or slash commandJump to date headers or slash commandO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-DefectZ-Labs