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

Admin API for querying rooms where a user is a member #8306

Merged
merged 4 commits into from
Sep 18, 2020

Commits on Sep 13, 2020

  1. Admin API for querying rooms where a user is a member

    Add a new admin API `GET /_synapse/admin/v1/users/<user_id>/rooms` to
    list all rooms where a user is a member.
    
    Fixes: matrix-org#8299
    dklimpel committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    cf3deec View commit details
    Browse the repository at this point in the history
  2. add changelog

    dklimpel committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    5648239 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Change API to /joined_rooms

    dklimpel committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    66eb160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c83471 View commit details
    Browse the repository at this point in the history