You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
…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]>
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.The text was updated successfully, but these errors were encountered: