matrix-js-sdk

    Interface RoomServerAclEventContent

    interface RoomServerAclEventContent {
        allow?: string[];
        allow_ip_literals?: boolean;
        deny?: string[];
    }
    Index

    Properties

    allow?: string[]
    allow_ip_literals?: boolean
    deny?: string[]
    MMNEPVFCICPMFPCPTTAAATR