Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a MXCUri class to make working with mxc uri's easier. #13162

Merged
merged 5 commits into from
Sep 15, 2022

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    4c7112d View commit details
    Browse the repository at this point in the history
  2. Use MXCUri to simplify MediaRetentionTestCase.

    Helps clean this test case up quite a bit.
    anoadragon453 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1d0424c View commit details
    Browse the repository at this point in the history
  3. changelog

    anoadragon453 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    79d7c68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a395632 View commit details
    Browse the repository at this point in the history
  5. Switch back to lazy log substitution

    Continuing to use %r would mean we'd end up with
    "Uploaded content with URI MXCUri(server_name='domain', media_id='id')"
    which is not what we want to send to users.
    anoadragon453 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6d30352 View commit details
    Browse the repository at this point in the history