mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 23:11:34 +01:00
a933c2c7d8
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
1 line
No EOL
134 B
Gherkin
1 line
No EOL
134 B
Gherkin
Add an admin API (`GET /_synapse/admin/username_available`) to check if a username is available (regardless of registration settings). |