Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Jul 13, 2021
    • Patrick Cloke's avatar
      Show all joinable rooms in the spaces summary. (#10298) · 2d16e69b
      Patrick Cloke authored
      Previously only world-readable rooms were shown. This means that
      rooms which are public, knockable, or invite-only with a pending invitation,
      are included in a space summary. It also applies the same logic to
      the experimental room version from MSC3083 -- if a user has access
      to the proper allowed rooms then it is shown in the spaces summary.
      
      This change is made per MSC3173 allowing stripped state of a room to
      be shown to any potential room joiner.
      Unverified
      2d16e69b
  3. Jul 12, 2021
  4. Jun 29, 2021
  5. Jun 18, 2021
  6. May 11, 2021
    • Patrick Cloke's avatar
      Sort child events according to MSC1772 for the spaces summary API. (#9954) · 27c375f8
      Patrick Cloke authored
      This should help ensure that equivalent results are achieved between
      homeservers querying for the summary of a space.
      
      This implements modified MSC1772 rules, according to MSC2946.
      The different is that the origin_server_ts of the m.room.create event
      is not used as a tie-breaker since this might not be known if the
      homeserver is not part of the room.
      Unverified
      27c375f8
Loading