synapse
synapse copied to clipboard
`/_synapse/admin/v2/users` is broken when MSC3861 is enabled
$ curl http://syn1:8008/_synapse/admin/v2/users -H 'Authorization: Bearer AnotherRandomSecret'
{"errcode":"M_INVALID_PARAM","error":"The guests parameter is not supported when MSC3861 is enabled."}
SQLite, v1.111.1
You can workaround this by setting the guests parameter explicitly to false, but the defaults need adjusting.