matrix-js-sdk
    Preparing search index...

    Type Alias MalformedMTopicEvent

    A previous incorrect form of m.topic used by matrix-js-sdk TODO remove this after a few releases https://github.com/matrix-org/matrix-js-sdk/pull/4984#pullrequestreview-3174251065

    type MalformedMTopicEvent = {
        "m.topic": IMessageRendering[];
    }
    Index

    Properties

    Properties

    "m.topic": IMessageRendering[]