This commit is contained in:
aprilthepink 2024-08-03 11:34:43 +02:00
parent 1f44d79f2b
commit 8ee5eb52bd

View file

@ -207,7 +207,7 @@ pub async fn lysand_user_from_db(
};
let user = super::objects::User {
rtype: super::objects::LysandType::User,
id: uuid::Uuid::try_parse(&user.id)?,
id: uuid::Uuid::parse_str(&user.id)?,
uri: url.clone(),
username: user.username,
display_name,