matrix-js-sdk

    Interface IOpts

    interface IOpts {
        lazyLoadMembers?: boolean;
        pendingEventOrdering?: PendingEventOrdering;
        timelineSupport?: boolean;
    }
    Index

    Properties

    lazyLoadMembers?: boolean
    pendingEventOrdering?: PendingEventOrdering

    Controls where pending messages appear in a room's timeline. If "chronological", messages will appear in the timeline when the call to sendEvent was made. If "detached", pending messages will appear in a separate list, accessible via Room#getPendingEvents. Default: "chronological".

    timelineSupport?: boolean

    Set to true to enable improved timeline support.

    MMNEPVFCICPMFPCPTTAAATR