mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-14 23:07:32 +01:00
parent
dd80a8591d
commit
ca77c79222
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ pub fn register_route(
|
||||||
let user_id = match UserId::parse_with_server_name(
|
let user_id = match UserId::parse_with_server_name(
|
||||||
body.username
|
body.username
|
||||||
.clone()
|
.clone()
|
||||||
.unwrap_or_else(|| utils::random_string(GUEST_NAME_LENGTH)),
|
.unwrap_or_else(|| utils::random_string(GUEST_NAME_LENGTH))
|
||||||
|
.to_lowercase(),
|
||||||
db.globals.server_name(),
|
db.globals.server_name(),
|
||||||
)
|
)
|
||||||
.ok()
|
.ok()
|
||||||
|
|
Loading…
Reference in a new issue