feat(RemoteActor): add bio, banner_url, followers_url, following_url, also_known_as fields

Bump to 0.3.1. These fields are available on DbActor at follow/ingest
time but were discarded when constructing RemoteActor. Now populated
in from_json and follow(), so consuming repos can store and return
rich actor profiles without extra queries.
This commit is contained in:
2026-05-29 04:03:23 +02:00
parent fad95f0550
commit 485c407edb
6 changed files with 45 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -1368,7 +1368,7 @@ dependencies = [
[[package]]
name = "k-ap"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"activitypub_federation",
"anyhow",