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

Consistently use room_id from federation request body #8776

Merged
merged 3 commits into from
Nov 19, 2020

Commits on Nov 18, 2020

  1. Consistently use room_id from federation request body

    Some federation APIs have a redundant `room_id` path param (see
    https://github.com/matrix-org/matrix-doc/issues/2330). We should make sure we
    consistently use either the path param or the body param, and the body param is
    easier.
    richvdh committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    c186fda View commit details
    Browse the repository at this point in the history
  2. fix broken test

    richvdh committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    83bdf0f View commit details
    Browse the repository at this point in the history
  3. Kill off some references to "context"

    Once upon a time, "rooms" were known as "contexts". I think this kills of the
    last references to "contexts".
    richvdh committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4da6fd7 View commit details
    Browse the repository at this point in the history