fix: lysand ap fetch UUID change and wrong URI

This commit is contained in:
aprilthepink 2024-07-17 01:07:23 +02:00
parent b5b4144f39
commit 45a7555db3
3 changed files with 15 additions and 5 deletions

View file

@ -143,7 +143,7 @@ impl Object for user::Model {
public_key: Set(json.public_key.public_key_pem),
local: Set(false),
summary: Set(json.summary),
url: Set(json.url.to_string()),
url: Set(json.id.to_string()),
follower_count: Set(0),
following_count: Set(0),
created_at: Set(Utc::now()),