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

/_synapse/admin/v1/users/<user_id>/joined_rooms should also work for remote users #8947

Closed
Yoric opened this issue Dec 15, 2020 · 0 comments · Fixed by #8948
Closed

/_synapse/admin/v1/users/<user_id>/joined_rooms should also work for remote users #8947

Yoric opened this issue Dec 15, 2020 · 0 comments · Fixed by #8948

Comments

@Yoric
Copy link
Contributor

Yoric commented Dec 15, 2020

As a server admin, whenever I investigate a troll (or worse), I need to know where they're on my server.

Currently, /_synapse/admin/v1/users/<user_id>/joined_rooms works for local users, but sometimes, trolls come from other servers. We should extend the API to get this information.

Yoric added a commit to Yoric/synapse that referenced this issue Jan 8, 2021
…rooms also works for remote users

As far as I can tell, the code simply filters off remote users but calls code
that works for both local and remote users.

Signed-off-by: David Teller <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant