Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/_synapse/admin/v2/users is broken when MSC3861 is enabled #17520

Open
reivilibre opened this issue Aug 5, 2024 · 1 comment
Open

/_synapse/admin/v2/users is broken when MSC3861 is enabled #17520

reivilibre opened this issue Aug 5, 2024 · 1 comment

Comments

@reivilibre
Copy link
Contributor

$ 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

@Half-Shot
Copy link
Member

Half-Shot commented Sep 1, 2024

You can workaround this by setting the guests parameter explicitly to false, but the defaults need adjusting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants