mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-14 02:13:10 -06:00
Add missing Comment to RegisterAvailable
Signed-off-by: MTRNord <mtrnord1@gmail.com>
This commit is contained in:
parent
f7441b6561
commit
d7ff90bf9c
|
|
@ -39,6 +39,7 @@ type availableResponse struct {
|
||||||
Available bool `json:"available"`
|
Available bool `json:"available"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// RegisterAvailable checks if the username is already taken or invalid
|
||||||
func RegisterAvailable(
|
func RegisterAvailable(
|
||||||
req *http.Request,
|
req *http.Request,
|
||||||
accountDB *accounts.Database,
|
accountDB *accounts.Database,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue