mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +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 {
|
let user = super::objects::User {
|
||||||
rtype: super::objects::LysandType::User,
|
rtype: super::objects::LysandType::User,
|
||||||
id: uuid::Uuid::try_parse(&user.id)?,
|
id: uuid::Uuid::parse_str(&user.id)?,
|
||||||
uri: url.clone(),
|
uri: url.clone(),
|
||||||
username: user.username,
|
username: user.username,
|
||||||
display_name,
|
display_name,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue