Function getHttpUriForMxc

  • Get the HTTP URL for an MXC URI.

    Returns

    The complete URL to the content.

    Parameters

    • baseUrl: string

      The base homeserver url which has a content repo.

    • Optional mxc: string

      The mxc:// URI.

    • Optional width: number

      The desired width of the thumbnail.

    • Optional height: number

      The desired height of the thumbnail.

    • Optional resizeMethod: string

      The thumbnail resize method to use, either "crop" or "scale".

    • allowDirectLinks: boolean = false

      If true, return any non-mxc URLs directly. Fetching such URLs will leak information about the user to anyone they share a room with. If false, will return the emptry string for such URLs.

    Returns string

Generated using TypeDoc