Skip to content

Timelinesupport is not inherited from client #4880

@FlyveHest

Description

@FlyveHest

It might just be the wording of the errormessage, but when you create an eventTimelineSet by hand, you have to set timelineSupport specifically in the options when creating, and not as the error message below would suggest, in the MatrixClient you supply to the function.

if (!this.timelineSupport) {
throw new Error(
"timeline support is disabled. Set the 'timelineSupport'" +
" parameter to true when creating MatrixClient to enable" +
" it.",
);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-UncommonMost users are unlikely to come across this or unexpected workflowS-MinorImpairs non-critical functionality or suitable workarounds existT-Defect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions