Skip to content

Jump to date feature cannot be enabled #24362

@robintown

Description

@robintown

Steps to reproduce

  1. Use a homeserver with stable support for MSC3030
  2. 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

No one assigned

    Labels

    A-Jump-To-DateJump to date headers or slash commandO-UncommonMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existT-DefectZ-Labs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions