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

Implement MSC3706: partial state in /send_join response #11967

Merged
merged 3 commits into from
Feb 12, 2022

Commits on Feb 11, 2022

  1. Make get_auth_chain_ids return a Set

    It has a set internally, and a set is often useful where it gets used, so let's
    avoid converting to an intermediate list.
    richvdh committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    2676794 View commit details
    Browse the repository at this point in the history
  2. Minor refactors in on_send_join_request

    A little bit of non-functional groundwork
    richvdh committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3ecb588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2505f6 View commit details
    Browse the repository at this point in the history