mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
fix: lysand ap fetch UUID change and wrong URI
This commit is contained in:
parent
b5b4144f39
commit
45a7555db3
3 changed files with 15 additions and 5 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue