This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/admin/whois
broken in v1.44.0rc1
#10957
Labels
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Regression
Something broke which worked on a previous release
Description
/_matrix/client/r0/admin/whois/{user_id}
is broken and returns{"errcode":"M_UNKNOWN","error":"Internal server error"}
https://sentry.matrix.org/sentry/synapse-matrixorg/issues/231740/
Note that the sytest test for this endpoint passes because during the test,
get_user_ip_and_agents
obtains the user data from_batch_row_update
in-memory and no user data has been persisted to the database yet.Steps to reproduce
replacing matrix.org with your own homeserver, the user id with your own, and the token with your own.
Version information
The text was updated successfully, but these errors were encountered: