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

Fix space hierarchy endpoint to match MSC #11667

Merged
merged 5 commits into from
Jan 5, 2022

Commits on Dec 30, 2021

  1. Fix space hierarchy endpoint to match MSC

    * `creation_ts` isn't a thing, and doesn't appear to be used by anything.
    * `aliases` is *technically* required by the MSC, but not provided and wasn't in the MSC example. It's required by `PublicRoomsChunk`.
    * `join_rule` was spelled incorrectly in the MSC and should have been copied from `PublicRoomsChunk`.
    * `allowed_spaces` feels like it can be removed from the federation response now.
    turt2live committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c83a50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c3548 View commit details
    Browse the repository at this point in the history
  3. changelog

    turt2live committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    621579a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    d0b1c3d View commit details
    Browse the repository at this point in the history
  2. Update changelog.d/11667.bugfix

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    turt2live and clokep committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e9232af View commit details
    Browse the repository at this point in the history