matrix-appservice-bridge
    Preparing search index...

    Variable ContentRepoConst

    ContentRepo: {
        getHttpUriForMxc: (
            baseUrl: string,
            mxc: string,
            width?: number,
            height?: number,
            resizeMethod?: "crop" | "scale",
            allowDirectLinks?: boolean,
        ) => Promise<string>;
    } = ...

    Type declaration

    • getHttpUriForMxc: (
          baseUrl: string,
          mxc: string,
          width?: number,
          height?: number,
          resizeMethod?: "crop" | "scale",
          allowDirectLinks?: boolean,
      ) => Promise<string>