mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
awawaw
This commit is contained in:
parent
1f44d79f2b
commit
8ee5eb52bd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue